public class ClusterReadOnlyValue extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClusterReadOnlyValue() |
ClusterReadOnlyValue(ClusterReadOnlyValue 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 |
getReadOnlyValue()
Get Specifies the value of the read-only switch.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setReadOnlyValue(String ReadOnlyValue)
Set Specifies the value of the read-only switch.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClusterReadOnlyValue()
public ClusterReadOnlyValue(ClusterReadOnlyValue source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getReadOnlyValue()
public void setReadOnlyValue(String ReadOnlyValue)
ReadOnlyValue
- Specifies the value of the read-only switch.Copyright © 2025. All rights reserved.