public class ClusterCredential extends AbstractModel
Constructor and Description |
---|
ClusterCredential() |
ClusterCredential(ClusterCredential 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 |
getCACert()
Get CA 根证书
|
String |
getToken()
Get 认证用的Token
|
void |
setCACert(String CACert)
Set CA 根证书
|
void |
setToken(String Token)
Set 认证用的Token
|
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 ClusterCredential()
public ClusterCredential(ClusterCredential source)
public String getCACert()
public void setCACert(String CACert)
CACert
- CA 根证书public String getToken()
public void setToken(String Token)
Token
- 认证用的TokenCopyright © 2023. All rights reserved.