public class ApiKey extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApiKey() | 
| ApiKey(ApiKey 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 | getCreateTime()Get 创建时间(时间戳) | 
| String | getSecretId()Get 密钥ID | 
| Long | getStatus()Get 状态(2:有效, 3:禁用, 4:已删除) | 
| void | setCreateTime(Long CreateTime)Set 创建时间(时间戳) | 
| void | setSecretId(String SecretId)Set 密钥ID | 
| void | setStatus(Long Status)Set 状态(2:有效, 3:禁用, 4:已删除) | 
| 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 ApiKey()
public ApiKey(ApiKey source)
public String getSecretId()
public void setSecretId(String SecretId)
SecretId - 密钥IDpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间(时间戳)public Long getStatus()
public void setStatus(Long Status)
Status - 状态(2:有效, 3:禁用, 4:已删除)Copyright © 2025. All rights reserved.