public class WhiteboxKeyInfo extends AbstractModel
Constructor and Description |
---|
WhiteboxKeyInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Get
|
String |
getAlias()
Get
|
Long |
getCreateTime()
Get
|
Long |
getCreatorUin()
Get
|
String |
getDecryptKey()
Get
|
String |
getDescription()
Get
|
Boolean |
getDeviceFingerprintBind()
Get Whether there is a device fingerprint bound to the current key
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getEncryptKey()
Get
|
String |
getKeyId()
Get
|
Long |
getOwnerUin()
Get
|
String |
getResourceId()
Get
|
String |
getStatus()
Get
|
void |
setAlgorithm(String Algorithm)
Set
|
void |
setAlias(String Alias)
Set
|
void |
setCreateTime(Long CreateTime)
Set
|
void |
setCreatorUin(Long CreatorUin)
Set
|
void |
setDecryptKey(String DecryptKey)
Set
|
void |
setDescription(String Description)
Set
|
void |
setDeviceFingerprintBind(Boolean DeviceFingerprintBind)
Set Whether there is a device fingerprint bound to the current key
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setEncryptKey(String EncryptKey)
Set
|
void |
setKeyId(String KeyId)
Set
|
void |
setOwnerUin(Long OwnerUin)
Set
|
void |
setResourceId(String ResourceId)
Set
|
void |
setStatus(String Status)
Set
|
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 getKeyId()
public void setKeyId(String KeyId)
KeyId
- public String getAlias()
public void setAlias(String Alias)
Alias
- public Long getCreatorUin()
public void setCreatorUin(Long CreatorUin)
CreatorUin
- public String getDescription()
public void setDescription(String Description)
Description
- public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- public String getStatus()
public void setStatus(String Status)
Status
- public Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin
- public String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- public String getEncryptKey()
public void setEncryptKey(String EncryptKey)
EncryptKey
- public String getDecryptKey()
public void setDecryptKey(String DecryptKey)
DecryptKey
- public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- public Boolean getDeviceFingerprintBind()
public void setDeviceFingerprintBind(Boolean DeviceFingerprintBind)
DeviceFingerprintBind
- Whether there is a device fingerprint bound to the current key
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.