public class GetCallSoundRecordRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
callId |
String |
createTime |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
GetCallSoundRecordRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetCallSoundRecordRequest |
build(Map<String,?> map) |
String |
getCallId() |
String |
getCreateTime() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
GetCallSoundRecordRequest |
setCallId(String callId) |
GetCallSoundRecordRequest |
setCreateTime(String createTime) |
GetCallSoundRecordRequest |
setOwnerId(Long ownerId) |
GetCallSoundRecordRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetCallSoundRecordRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="CallId") public String callId
@NameInMap(value="CreateTime") public String createTime
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static GetCallSoundRecordRequest build(Map<String,?> map) throws Exception
Exception
public GetCallSoundRecordRequest setCallId(String callId)
public String getCallId()
public GetCallSoundRecordRequest setCreateTime(String createTime)
public String getCreateTime()
public GetCallSoundRecordRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetCallSoundRecordRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetCallSoundRecordRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.