public class CreateUserSigRequest extends AbstractModel
| Constructor and Description |
|---|
CreateUserSigRequest() |
CreateUserSigRequest(CreateUserSigRequest 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 |
|---|---|
String |
getClientData()
Get 用户签名数据
|
Long |
getExpiredTime()
Get 有效期,单位秒,不超过 1 小时
|
Long |
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
String |
getUid()
Get 用户 ID
|
void |
setClientData(String ClientData)
Set 用户签名数据
|
void |
setExpiredTime(Long ExpiredTime)
Set 有效期,单位秒,不超过 1 小时
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setUid(String Uid)
Set 用户 ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CreateUserSigRequest()
public CreateUserSigRequest(CreateUserSigRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic String getUid()
public void setUid(String Uid)
Uid - 用户 IDpublic Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime - 有效期,单位秒,不超过 1 小时public String getClientData()
public void setClientData(String ClientData)
ClientData - 用户签名数据Copyright © 2022. All rights reserved.