public class QueryGateVerifyStatisticPublicRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
authenticationType |
String |
endDate |
String |
osType |
Long |
ownerId |
String |
resourceOwnerAccount |
String |
sceneCode |
String |
startDate |
| 构造器和说明 |
|---|
QueryGateVerifyStatisticPublicRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryGateVerifyStatisticPublicRequest |
build(Map<String,?> map) |
Integer |
getAuthenticationType() |
String |
getEndDate() |
String |
getOsType() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
String |
getSceneCode() |
String |
getStartDate() |
QueryGateVerifyStatisticPublicRequest |
setAuthenticationType(Integer authenticationType) |
QueryGateVerifyStatisticPublicRequest |
setEndDate(String endDate) |
QueryGateVerifyStatisticPublicRequest |
setOsType(String osType) |
QueryGateVerifyStatisticPublicRequest |
setOwnerId(Long ownerId) |
QueryGateVerifyStatisticPublicRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
QueryGateVerifyStatisticPublicRequest |
setSceneCode(String sceneCode) |
QueryGateVerifyStatisticPublicRequest |
setStartDate(String startDate) |
@NameInMap(value="AuthenticationType") public Integer authenticationType
@NameInMap(value="EndDate") public String endDate
@NameInMap(value="OsType") public String osType
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="SceneCode") public String sceneCode
@NameInMap(value="StartDate") public String startDate
public static QueryGateVerifyStatisticPublicRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryGateVerifyStatisticPublicRequest setAuthenticationType(Integer authenticationType)
public Integer getAuthenticationType()
public QueryGateVerifyStatisticPublicRequest setEndDate(String endDate)
public String getEndDate()
public QueryGateVerifyStatisticPublicRequest setOsType(String osType)
public String getOsType()
public QueryGateVerifyStatisticPublicRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QueryGateVerifyStatisticPublicRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public QueryGateVerifyStatisticPublicRequest setSceneCode(String sceneCode)
public String getSceneCode()
public QueryGateVerifyStatisticPublicRequest setStartDate(String startDate)
public String getStartDate()
Copyright © 2022. All rights reserved.