public class LoginSettings extends AbstractModel
Constructor and Description |
---|
LoginSettings() |
Modifier and Type | Method and Description |
---|---|
String[] |
getKeyIds()
Get 密钥 ID 列表。关联密钥后,就可以通过对应的私钥来访问实例。注意:此字段可能返回 [],表示取不到有效值。
|
void |
setKeyIds(String[] KeyIds)
Set 密钥 ID 列表。关联密钥后,就可以通过对应的私钥来访问实例。注意:此字段可能返回 [],表示取不到有效值。
|
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[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds
- 密钥 ID 列表。关联密钥后,就可以通过对应的私钥来访问实例。注意:此字段可能返回 [],表示取不到有效值。Copyright © 2020. All rights reserved.