public class QueryVoiceFileAuditInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
businessType |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
voiceCodes |
| 构造器和说明 |
|---|
QueryVoiceFileAuditInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryVoiceFileAuditInfoRequest |
build(Map<String,?> map) |
Integer |
getBusinessType() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVoiceCodes() |
QueryVoiceFileAuditInfoRequest |
setBusinessType(Integer businessType) |
QueryVoiceFileAuditInfoRequest |
setOwnerId(Long ownerId) |
QueryVoiceFileAuditInfoRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
QueryVoiceFileAuditInfoRequest |
setResourceOwnerId(Long resourceOwnerId) |
QueryVoiceFileAuditInfoRequest |
setVoiceCodes(String voiceCodes) |
@NameInMap(value="BusinessType") public Integer businessType
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VoiceCodes") public String voiceCodes
public static QueryVoiceFileAuditInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryVoiceFileAuditInfoRequest setBusinessType(Integer businessType)
public Integer getBusinessType()
public QueryVoiceFileAuditInfoRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QueryVoiceFileAuditInfoRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public QueryVoiceFileAuditInfoRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public QueryVoiceFileAuditInfoRequest setVoiceCodes(String voiceCodes)
public String getVoiceCodes()
Copyright © 2022. All rights reserved.