public class BaseClusterInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BaseClusterInfo()  | 
BaseClusterInfo(BaseClusterInfo 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 | 
getCdwUserName()
Get CDW Account (for display)
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getChargeType()
Get Cluster Payment Method
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getClusterId()
Get Cluster ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getClusterName()
Get Cluster NameNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getClusterResource()
Get Cluster Resource Quantity
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getClusterType()
Get Cluster Type, EMR/CDW, etc. 
 | 
String | 
getComputeType()
Get Cluster Computing Type
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getCreateTime()
Get Cluster Creation Time
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getExtraConf()
Get Additional Configuration
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getRangerUserName()
Get Ranger Account Name
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getRegionArea()
Get RegionNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getRegionCn()
Get Region Chinese
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getRegionEn()
Get Region English
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getStatus()
Get Cluster StatusNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getStatusInfo()
Get Cluster State Information
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getStorageType()
Get Cluster Storage Type
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Boolean | 
getUsed()
Get Whether the Cluster is Used
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setCdwUserName(String CdwUserName)
Set CDW Account (for display)
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setChargeType(String ChargeType)
Set Cluster Payment Method
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setClusterName(String ClusterName)
Set Cluster NameNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setClusterResource(String ClusterResource)
Set Cluster Resource Quantity
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setClusterType(String ClusterType)
Set Cluster Type, EMR/CDW, etc. 
 | 
void | 
setComputeType(String ComputeType)
Set Cluster Computing Type
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setCreateTime(String CreateTime)
Set Cluster Creation Time
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setExtraConf(String ExtraConf)
Set Additional Configuration
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setRangerUserName(String RangerUserName)
Set Ranger Account Name
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setRegionArea(String RegionArea)
Set RegionNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setRegionCn(String RegionCn)
Set Region Chinese
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setRegionEn(String RegionEn)
Set Region English
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setStatus(Long Status)
Set Cluster StatusNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setStatusInfo(String StatusInfo)
Set Cluster State Information
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setStorageType(String StorageType)
Set Cluster Storage Type
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setUsed(Boolean Used)
Set Whether the Cluster is Used
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
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 BaseClusterInfo()
public BaseClusterInfo(BaseClusterInfo source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster ID
Note: This field may return null, indicating that no valid value can be obtained.public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - Cluster Type, EMR/CDW, etc.
Note: This field may return null, indicating that no valid value can be obtained.public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster NameNote: This field may return null, indicating that no valid value can be obtained.public String getRegionCn()
public void setRegionCn(String RegionCn)
RegionCn - Region Chinese
Note: This field may return null, indicating that no valid value can be obtained.public String getRegionEn()
public void setRegionEn(String RegionEn)
RegionEn - Region English
Note: This field may return null, indicating that no valid value can be obtained.public String getRegionArea()
public void setRegionArea(String RegionArea)
RegionArea - RegionNote: This field may return null, indicating that no valid value can be obtained.public Boolean getUsed()
public void setUsed(Boolean Used)
Used - Whether the Cluster is Used
Note: This field may return null, indicating that no valid value can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Cluster StatusNote: This field may return null, indicating that no valid value can be obtained.public String getStatusInfo()
public void setStatusInfo(String StatusInfo)
StatusInfo - Cluster State Information
Note: This field may return null, indicating that no valid value can be obtained.public String getStorageType()
public void setStorageType(String StorageType)
StorageType - Cluster Storage Type
Note: This field may return null, indicating that no valid value can be obtained.public String getComputeType()
public void setComputeType(String ComputeType)
ComputeType - Cluster Computing Type
Note: This field may return null, indicating that no valid value can be obtained.public String getClusterResource()
public void setClusterResource(String ClusterResource)
ClusterResource - Cluster Resource Quantity
Note: This field may return null, indicating that no valid value can be obtained.public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType - Cluster Payment Method
Note: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Cluster Creation Time
Note: This field may return null, indicating that no valid value can be obtained.public String getExtraConf()
public void setExtraConf(String ExtraConf)
ExtraConf - Additional Configuration
Note: This field may return null, indicating that no valid value can be obtained.public String getRangerUserName()
public void setRangerUserName(String RangerUserName)
RangerUserName - Ranger Account Name
Note: This field may return null, indicating that no valid value can be obtained.public String getCdwUserName()
public void setCdwUserName(String CdwUserName)
CdwUserName - CDW Account (for display)
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.