public class ClusterExternalServiceInfo extends AbstractModel
| 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 Sharing cluster
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Long | getClusterStatus()Get Sharing cluster status
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Long | getDependType()Get Dependency. | 
| String | getService()Get Shared component
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setClusterId(String ClusterId)Set Sharing cluster
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setClusterStatus(Long ClusterStatus)Set Sharing cluster status
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setDependType(Long DependType)Set Dependency. | 
| void | setService(String Service)Set Shared component
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ClusterExternalServiceInfo()
public ClusterExternalServiceInfo(ClusterExternalServiceInfo source)
public Long getDependType()
public void setDependType(Long DependType)
DependType - Dependency. `0`: Other clusters depend on the current cluster. `1`: The current cluster depends on other clusters.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getService()
public void setService(String Service)
Service - Shared component
Note: This field may return `null`, indicating that no valid values can be obtained.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Sharing cluster
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getClusterStatus()
public void setClusterStatus(Long ClusterStatus)
ClusterStatus - Sharing cluster status
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.