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 共用集群
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getClusterStatus()
Get 共用集群状态
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDependType()
Get 依赖关系,0:被其他集群依赖,1:依赖其他集群
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getService()
Get 共用组件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterId(String ClusterId)
Set 共用集群
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterStatus(Long ClusterStatus)
Set 共用集群状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDependType(Long DependType)
Set 依赖关系,0:被其他集群依赖,1:依赖其他集群
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setService(String Service)
Set 共用组件
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ClusterExternalServiceInfo()
public ClusterExternalServiceInfo(ClusterExternalServiceInfo source)
public Long getDependType()
public void setDependType(Long DependType)
DependType
- 依赖关系,0:被其他集群依赖,1:依赖其他集群
注意:此字段可能返回 null,表示取不到有效值。public String getService()
public void setService(String Service)
Service
- 共用组件
注意:此字段可能返回 null,表示取不到有效值。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 共用集群
注意:此字段可能返回 null,表示取不到有效值。public Long getClusterStatus()
public void setClusterStatus(Long ClusterStatus)
ClusterStatus
- 共用集群状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.