public class GetUAIDApplyTokenSignRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authCode
This parameter is required.
|
String |
carrier
This parameter is required.
|
String |
clientType
This parameter is required.
|
String |
format |
String |
outId
This parameter is required.
|
Long |
ownerId |
String |
paramKey |
String |
paramStr |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
time
This parameter is required.
|
构造器和说明 |
---|
GetUAIDApplyTokenSignRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetUAIDApplyTokenSignRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getCarrier() |
String |
getClientType() |
String |
getFormat() |
String |
getOutId() |
Long |
getOwnerId() |
String |
getParamKey() |
String |
getParamStr() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getTime() |
GetUAIDApplyTokenSignRequest |
setAuthCode(String authCode) |
GetUAIDApplyTokenSignRequest |
setCarrier(String carrier) |
GetUAIDApplyTokenSignRequest |
setClientType(String clientType) |
GetUAIDApplyTokenSignRequest |
setFormat(String format) |
GetUAIDApplyTokenSignRequest |
setOutId(String outId) |
GetUAIDApplyTokenSignRequest |
setOwnerId(Long ownerId) |
GetUAIDApplyTokenSignRequest |
setParamKey(String paramKey) |
GetUAIDApplyTokenSignRequest |
setParamStr(String paramStr) |
GetUAIDApplyTokenSignRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetUAIDApplyTokenSignRequest |
setResourceOwnerId(Long resourceOwnerId) |
GetUAIDApplyTokenSignRequest |
setTime(String time) |
@NameInMap(value="AuthCode") public String authCode
This parameter is required.
@NameInMap(value="Carrier") public String carrier
This parameter is required.
@NameInMap(value="ClientType") public String clientType
This parameter is required.
@NameInMap(value="Format") public String format
@NameInMap(value="OutId") public String outId
This parameter is required.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ParamKey") public String paramKey
@NameInMap(value="ParamStr") public String paramStr
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Time") public String time
This parameter is required.
public static GetUAIDApplyTokenSignRequest build(Map<String,?> map) throws Exception
Exception
public GetUAIDApplyTokenSignRequest setAuthCode(String authCode)
public String getAuthCode()
public GetUAIDApplyTokenSignRequest setCarrier(String carrier)
public String getCarrier()
public GetUAIDApplyTokenSignRequest setClientType(String clientType)
public String getClientType()
public GetUAIDApplyTokenSignRequest setFormat(String format)
public String getFormat()
public GetUAIDApplyTokenSignRequest setOutId(String outId)
public String getOutId()
public GetUAIDApplyTokenSignRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetUAIDApplyTokenSignRequest setParamKey(String paramKey)
public String getParamKey()
public GetUAIDApplyTokenSignRequest setParamStr(String paramStr)
public String getParamStr()
public GetUAIDApplyTokenSignRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetUAIDApplyTokenSignRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public GetUAIDApplyTokenSignRequest setTime(String time)
public String getTime()
Copyright © 2024. All rights reserved.