public class ListDialogRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
called |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Long |
taskId |
构造器和说明 |
---|
ListDialogRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListDialogRequest |
build(Map<String,?> map) |
String |
getCalled() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Long |
getTaskId() |
ListDialogRequest |
setCalled(String called) |
ListDialogRequest |
setOwnerId(Long ownerId) |
ListDialogRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ListDialogRequest |
setResourceOwnerId(Long resourceOwnerId) |
ListDialogRequest |
setTaskId(Long taskId) |
@NameInMap(value="Called") public String called
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="TaskId") public Long taskId
public static ListDialogRequest build(Map<String,?> map) throws Exception
Exception
public ListDialogRequest setCalled(String called)
public String getCalled()
public ListDialogRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListDialogRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListDialogRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListDialogRequest setTaskId(Long taskId)
public Long getTaskId()
Copyright © 2023. All rights reserved.