public class ApiKey extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2021. All rights reserved.