public class QueryGateVerifyBillingPublicRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
authenticationType |
String |
month |
Long |
ownerId |
String |
resourceOwnerAccount |
| 构造器和说明 |
|---|
QueryGateVerifyBillingPublicRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryGateVerifyBillingPublicRequest |
build(Map<String,?> map) |
Integer |
getAuthenticationType() |
String |
getMonth() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
QueryGateVerifyBillingPublicRequest |
setAuthenticationType(Integer authenticationType) |
QueryGateVerifyBillingPublicRequest |
setMonth(String month) |
QueryGateVerifyBillingPublicRequest |
setOwnerId(Long ownerId) |
QueryGateVerifyBillingPublicRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
@NameInMap(value="AuthenticationType") public Integer authenticationType
@NameInMap(value="Month") public String month
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
public static QueryGateVerifyBillingPublicRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryGateVerifyBillingPublicRequest setAuthenticationType(Integer authenticationType)
public Integer getAuthenticationType()
public QueryGateVerifyBillingPublicRequest setMonth(String month)
public String getMonth()
public QueryGateVerifyBillingPublicRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QueryGateVerifyBillingPublicRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
Copyright © 2022. All rights reserved.