public class IsolateClusterRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IsolateClusterRequest() | 
| IsolateClusterRequest(IsolateClusterRequest 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 | getDbType()Get 该参数已废用 | 
| String | getIsolateReason()Get 实例退还原因补充 | 
| Long[] | getIsolateReasonTypes()Get 实例退还原因类型 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setDbType(String DbType)Set 该参数已废用 | 
| void | setIsolateReason(String IsolateReason)Set 实例退还原因补充 | 
| void | setIsolateReasonTypes(Long[] IsolateReasonTypes)Set 实例退还原因类型 | 
| 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 IsolateClusterRequest()
public IsolateClusterRequest(IsolateClusterRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getDbType()
public void setDbType(String DbType)
DbType - 该参数已废用public Long[] getIsolateReasonTypes()
public void setIsolateReasonTypes(Long[] IsolateReasonTypes)
IsolateReasonTypes - 实例退还原因类型public String getIsolateReason()
public void setIsolateReason(String IsolateReason)
IsolateReason - 实例退还原因补充Copyright © 2025. All rights reserved.