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 Cluster ID 
 | 
String | 
getKeyId()
Get Key Id. 
 | 
String | 
getKeyRegion()
Get Key region. 
 | 
String | 
getKeyType()
Get Key type (cloud, custom). 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setKeyId(String KeyId)
Set Key Id. 
 | 
void | 
setKeyRegion(String KeyRegion)
Set Key region. 
 | 
void | 
setKeyType(String KeyType)
Set Key type (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, toJsonStringpublic OpenClusterTransparentEncryptRequest()
public OpenClusterTransparentEncryptRequest(OpenClusterTransparentEncryptRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getKeyType()
public void setKeyType(String KeyType)
KeyType - Key type (cloud, custom).public String getKeyId()
public void setKeyId(String KeyId)
KeyId - Key Id.public String getKeyRegion()
public void setKeyRegion(String KeyRegion)
KeyRegion - Key region.Copyright © 2025. All rights reserved.