public class ClusterExternalServiceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClusterExternalServiceInfo() | 
| ClusterExternalServiceInfo(ClusterExternalServiceInfo 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 共用集群 | 
| Long | getClusterStatus()Get 共用集群状态 | 
| Long | getDependType()Get 依赖关系,0:被其他集群依赖,1:依赖其他集群 | 
| String | getService()Get 共用组件 | 
| void | setClusterId(String ClusterId)Set 共用集群 | 
| void | setClusterStatus(Long ClusterStatus)Set 共用集群状态 | 
| void | setDependType(Long DependType)Set 依赖关系,0:被其他集群依赖,1:依赖其他集群 | 
| void | setService(String Service)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 ClusterExternalServiceInfo()
public ClusterExternalServiceInfo(ClusterExternalServiceInfo source)
public Long getDependType()
public void setDependType(Long DependType)
DependType - 依赖关系,0:被其他集群依赖,1:依赖其他集群public String getService()
public void setService(String Service)
Service - 共用组件public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 共用集群public Long getClusterStatus()
public void setClusterStatus(Long ClusterStatus)
ClusterStatus - 共用集群状态Copyright © 2025. All rights reserved.