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 Shared cluster.
|
Long |
getClusterStatus()
Get Shared cluster status.
|
Long |
getDependType()
Get Dependency relationship.
|
String |
getService()
Get Shared component.
|
void |
setClusterId(String ClusterId)
Set Shared cluster.
|
void |
setClusterStatus(Long ClusterStatus)
Set Shared cluster status.
|
void |
setDependType(Long DependType)
Set Dependency relationship.
|
void |
setService(String Service)
Set Shared component.
|
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, toJsonString
public ClusterExternalServiceInfo()
public ClusterExternalServiceInfo(ClusterExternalServiceInfo source)
public Long getDependType()
public void setDependType(Long DependType)
DependType
- Dependency relationship. 0: being depended on by other clusters, 1: depending on other clusters.public String getService()
public void setService(String Service)
Service
- Shared component.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Shared cluster.public Long getClusterStatus()
public void setClusterStatus(Long ClusterStatus)
ClusterStatus
- Shared cluster status.Copyright © 2025. All rights reserved.