public class CreateApplicationTokenRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateApplicationTokenRequest() |
CreateApplicationTokenRequest(CreateApplicationTokenRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getApplicationId()
Get 应用id
|
String |
getNonce()
Get 一个随机数或者时间戳,用于防止重放攻击,每个请求唯一,建议用uuid
|
Long |
getRequestTime()
Get 请求时间,当前时间的unix毫秒时间戳
|
String |
getSignature()
Get 签名方法见用户使用文档
|
Long |
getTenantId()
Get 租户id
|
void |
setApplicationId(Long ApplicationId)
Set 应用id
|
void |
setNonce(String Nonce)
Set 一个随机数或者时间戳,用于防止重放攻击,每个请求唯一,建议用uuid
|
void |
setRequestTime(Long RequestTime)
Set 请求时间,当前时间的unix毫秒时间戳
|
void |
setSignature(String Signature)
Set 签名方法见用户使用文档
|
void |
setTenantId(Long TenantId)
Set 租户id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateApplicationTokenRequest()
public CreateApplicationTokenRequest(CreateApplicationTokenRequest source)
public Long getApplicationId()
public void setApplicationId(Long ApplicationId)
ApplicationId
- 应用idpublic String getNonce()
public void setNonce(String Nonce)
Nonce
- 一个随机数或者时间戳,用于防止重放攻击,每个请求唯一,建议用uuidpublic Long getTenantId()
public void setTenantId(Long TenantId)
TenantId
- 租户idpublic Long getRequestTime()
public void setRequestTime(Long RequestTime)
RequestTime
- 请求时间,当前时间的unix毫秒时间戳public String getSignature()
public void setSignature(String Signature)
Signature
- 签名方法见用户使用文档Copyright © 2024. All rights reserved.