public class CertificateInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CertificateInfo() | 
| CertificateInfo(CertificateInfo 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时间戳,单位秒
注意:此字段可能返回 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CertificateInfo()
public CertificateInfo(CertificateInfo source)
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 © 2025. All rights reserved.