public class ActiveOperation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ActiveOperation() | 
| ActiveOperation(ActiveOperation 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 | getOperationId()Get 操作Id | 
| String | getType()Get 操作类型,取值范围:
- LINK_CLUSTERS: 关联集群
- RELINK_CLUSTERS: 重新关联集群
- UNLINK_CLUSTERS: 解关联集群
- INSTALL_MESH: 安装网格 | 
| void | setOperationId(String OperationId)Set 操作Id | 
| void | setType(String Type)Set 操作类型,取值范围:
- LINK_CLUSTERS: 关联集群
- RELINK_CLUSTERS: 重新关联集群
- UNLINK_CLUSTERS: 解关联集群
- INSTALL_MESH: 安装网格 | 
| 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 ActiveOperation()
public ActiveOperation(ActiveOperation source)
public String getOperationId()
public void setOperationId(String OperationId)
OperationId - 操作Idpublic String getType()
public void setType(String Type)
Type - 操作类型,取值范围:
- LINK_CLUSTERS: 关联集群
- RELINK_CLUSTERS: 重新关联集群
- UNLINK_CLUSTERS: 解关联集群
- INSTALL_MESH: 安装网格Copyright © 2025. All rights reserved.