public class ImageSecret extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageSecret() |
ImageSecret(ImageSecret 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 |
---|---|
String |
getKeyId()
Get 用于加密密码的KMS公钥ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPassword()
Get 密码,base64编码; 当keyId不为空时,密码是加密后的
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUsername()
Get 用户名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyId(String KeyId)
Set 用于加密密码的KMS公钥ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPassword(String Password)
Set 密码,base64编码; 当keyId不为空时,密码是加密后的
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUsername(String Username)
Set 用户名
注意:此字段可能返回 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, toJsonString
public ImageSecret()
public ImageSecret(ImageSecret source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- 用于加密密码的KMS公钥ID
注意:此字段可能返回 null,表示取不到有效值。public String getUsername()
public void setUsername(String Username)
Username
- 用户名
注意:此字段可能返回 null,表示取不到有效值。public String getPassword()
public void setPassword(String Password)
Password
- 密码,base64编码; 当keyId不为空时,密码是加密后的
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.