public class TempCertificate extends AbstractModel
Constructor and Description |
---|
TempCertificate() |
TempCertificate(TempCertificate 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 |
getExpiredTime()
Get 证书无效的时间,返回 Unix 时间戳,精确到秒。
|
String |
getSecretId()
Get 临时安全证书 Id。
|
String |
getSecretKey()
Get 临时安全证书 Key。
|
String |
getToken()
Get Token 值。
|
void |
setExpiredTime(Long ExpiredTime)
Set 证书无效的时间,返回 Unix 时间戳,精确到秒。
|
void |
setSecretId(String SecretId)
Set 临时安全证书 Id。
|
void |
setSecretKey(String SecretKey)
Set 临时安全证书 Key。
|
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 TempCertificate()
public TempCertificate(TempCertificate source)
public String getSecretId()
public void setSecretId(String SecretId)
SecretId
- 临时安全证书 Id。public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- 临时安全证书 Key。public String getToken()
public void setToken(String Token)
Token
- Token 值。public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- 证书无效的时间,返回 Unix 时间戳,精确到秒。Copyright © 2021. All rights reserved.