public class GetTokenResponse extends AbstractModel
Constructor and Description |
---|
GetTokenResponse() |
GetTokenResponse(GetTokenResponse 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 |
getExpireTime()
Get 过期时间
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getToken()
Get 返回token
|
void |
setExpireTime(Long ExpireTime)
Set 过期时间
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setToken(String Token)
Set 返回token
|
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, toJsonString
public GetTokenResponse()
public GetTokenResponse(GetTokenResponse source)
public String getToken()
public void setToken(String Token)
Token
- 返回tokenpublic Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- 过期时间public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.