public class OpenClusterTransparentEncryptRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
OpenClusterTransparentEncryptRequest() |
OpenClusterTransparentEncryptRequest(OpenClusterTransparentEncryptRequest 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 |
getClusterId()
Get 集群id
|
String |
getKeyId()
Get 秘钥Id
|
String |
getKeyRegion()
Get 秘钥地域
|
String |
getKeyType()
Get 秘钥类型(cloud,custom)
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setKeyId(String KeyId)
Set 秘钥Id
|
void |
setKeyRegion(String KeyRegion)
Set 秘钥地域
|
void |
setKeyType(String KeyType)
Set 秘钥类型(cloud,custom)
|
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 OpenClusterTransparentEncryptRequest()
public OpenClusterTransparentEncryptRequest(OpenClusterTransparentEncryptRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getKeyType()
public void setKeyType(String KeyType)
KeyType
- 秘钥类型(cloud,custom)public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- 秘钥Idpublic String getKeyRegion()
public void setKeyRegion(String KeyRegion)
KeyRegion
- 秘钥地域Copyright © 2024. All rights reserved.