public class CertificateInfo extends AbstractModel
Constructor and Description |
---|
CertificateInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getExpiredTime()
Get 过期时间,UNIX时间戳,单位秒
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretId()
Get SecretId
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretKey()
Get SecretKey
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getToken()
Get Token
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExpiredTime(Long ExpiredTime)
Set 过期时间,UNIX时间戳,单位秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretId(String SecretId)
Set SecretId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretKey(String SecretKey)
Set SecretKey
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setToken(String Token)
Set Token
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getSecretId()
public void setSecretId(String SecretId)
SecretId
- SecretId
注意:此字段可能返回 null,表示取不到有效值。public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- SecretKey
注意:此字段可能返回 null,表示取不到有效值。public String getToken()
public void setToken(String Token)
Token
- Token
注意:此字段可能返回 null,表示取不到有效值。public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- 过期时间,UNIX时间戳,单位秒
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.