public class EmrProductConfigOutter extends AbstractModel
Constructor and Description |
---|
EmrProductConfigOutter() |
EmrProductConfigOutter(EmrProductConfigOutter 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 |
---|---|
Long |
getCbsEncrypt()
Get 是否开启Cbs加密
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getChargeType()
Get 收费类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getComNodeSize()
Get Common节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
OutterResource |
getComResource()
Get Common节点资源
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCoreNodeSize()
Get Core节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
OutterResource |
getCoreResource()
Get Core节点资源
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMasterNodeSize()
Get Master节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
OutterResource |
getMasterResource()
Get Master节点资源
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getOnCos()
Get 是否使用COS
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRouterNodeSize()
Get Router节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecurityGroup()
Get 安全组名称
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSecurityOn()
Get 是否支持安全模式
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getSoftInfo()
Get 软件信息
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSupportHA()
Get 是否支持HA
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTaskNodeSize()
Get Task节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
OutterResource |
getTaskResource()
Get Task节点资源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCbsEncrypt(Long CbsEncrypt)
Set 是否开启Cbs加密
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChargeType(Long ChargeType)
Set 收费类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setComNodeSize(Long ComNodeSize)
Set Common节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setComResource(OutterResource ComResource)
Set Common节点资源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCoreNodeSize(Long CoreNodeSize)
Set Core节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCoreResource(OutterResource CoreResource)
Set Core节点资源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMasterNodeSize(Long MasterNodeSize)
Set Master节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMasterResource(OutterResource MasterResource)
Set Master节点资源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOnCos(Boolean OnCos)
Set 是否使用COS
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRouterNodeSize(Long RouterNodeSize)
Set Router节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecurityGroup(String SecurityGroup)
Set 安全组名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecurityOn(Boolean SecurityOn)
Set 是否支持安全模式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSoftInfo(String[] SoftInfo)
Set 软件信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSupportHA(Boolean SupportHA)
Set 是否支持HA
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskNodeSize(Long TaskNodeSize)
Set Task节点个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskResource(OutterResource TaskResource)
Set Task节点资源
注意:此字段可能返回 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 EmrProductConfigOutter()
public EmrProductConfigOutter(EmrProductConfigOutter source)
public String[] getSoftInfo()
public void setSoftInfo(String[] SoftInfo)
SoftInfo
- 软件信息
注意:此字段可能返回 null,表示取不到有效值。public Long getMasterNodeSize()
public void setMasterNodeSize(Long MasterNodeSize)
MasterNodeSize
- Master节点个数
注意:此字段可能返回 null,表示取不到有效值。public Long getCoreNodeSize()
public void setCoreNodeSize(Long CoreNodeSize)
CoreNodeSize
- Core节点个数
注意:此字段可能返回 null,表示取不到有效值。public Long getTaskNodeSize()
public void setTaskNodeSize(Long TaskNodeSize)
TaskNodeSize
- Task节点个数
注意:此字段可能返回 null,表示取不到有效值。public Long getComNodeSize()
public void setComNodeSize(Long ComNodeSize)
ComNodeSize
- Common节点个数
注意:此字段可能返回 null,表示取不到有效值。public OutterResource getMasterResource()
public void setMasterResource(OutterResource MasterResource)
MasterResource
- Master节点资源
注意:此字段可能返回 null,表示取不到有效值。public OutterResource getCoreResource()
public void setCoreResource(OutterResource CoreResource)
CoreResource
- Core节点资源
注意:此字段可能返回 null,表示取不到有效值。public OutterResource getTaskResource()
public void setTaskResource(OutterResource TaskResource)
TaskResource
- Task节点资源
注意:此字段可能返回 null,表示取不到有效值。public OutterResource getComResource()
public void setComResource(OutterResource ComResource)
ComResource
- Common节点资源
注意:此字段可能返回 null,表示取不到有效值。public Boolean getOnCos()
public void setOnCos(Boolean OnCos)
OnCos
- 是否使用COS
注意:此字段可能返回 null,表示取不到有效值。public Long getChargeType()
public void setChargeType(Long ChargeType)
ChargeType
- 收费类型
注意:此字段可能返回 null,表示取不到有效值。public Long getRouterNodeSize()
public void setRouterNodeSize(Long RouterNodeSize)
RouterNodeSize
- Router节点个数
注意:此字段可能返回 null,表示取不到有效值。public Boolean getSupportHA()
public void setSupportHA(Boolean SupportHA)
SupportHA
- 是否支持HA
注意:此字段可能返回 null,表示取不到有效值。public Boolean getSecurityOn()
public void setSecurityOn(Boolean SecurityOn)
SecurityOn
- 是否支持安全模式
注意:此字段可能返回 null,表示取不到有效值。public String getSecurityGroup()
public void setSecurityGroup(String SecurityGroup)
SecurityGroup
- 安全组名称
注意:此字段可能返回 null,表示取不到有效值。public Long getCbsEncrypt()
public void setCbsEncrypt(Long CbsEncrypt)
CbsEncrypt
- 是否开启Cbs加密
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.