Class ClusterExternalServiceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.ClusterExternalServiceInfo
-
public class ClusterExternalServiceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 共用集群 注意:此字段可能返回 null,表示取不到有效值。LonggetClusterStatus()Get 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。LonggetDependType()Get 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。StringgetService()Get 共用组件 注意:此字段可能返回 null,表示取不到有效值。voidsetClusterId(String ClusterId)Set 共用集群 注意:此字段可能返回 null,表示取不到有效值。voidsetClusterStatus(Long ClusterStatus)Set 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。voidsetDependType(Long DependType)Set 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。voidsetService(String Service)Set 共用组件 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClusterExternalServiceInfo
public ClusterExternalServiceInfo()
-
ClusterExternalServiceInfo
public 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.
-
-
Method Detail
-
getDependType
public Long getDependType()
Get 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DependType 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。
-
setDependType
public void setDependType(Long DependType)
Set 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DependType- 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。
-
getService
public String getService()
Get 共用组件 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Service 共用组件 注意:此字段可能返回 null,表示取不到有效值。
-
setService
public void setService(String Service)
Set 共用组件 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Service- 共用组件 注意:此字段可能返回 null,表示取不到有效值。
-
getClusterId
public String getClusterId()
Get 共用集群 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ClusterId 共用集群 注意:此字段可能返回 null,表示取不到有效值。
-
setClusterId
public void setClusterId(String ClusterId)
Set 共用集群 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ClusterId- 共用集群 注意:此字段可能返回 null,表示取不到有效值。
-
getClusterStatus
public Long getClusterStatus()
Get 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ClusterStatus 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。
-
setClusterStatus
public void setClusterStatus(Long ClusterStatus)
Set 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ClusterStatus- 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。
-
-