public class NodeSpecFamily extends AbstractModel
header, skipSign
Constructor and Description |
---|
NodeSpecFamily() |
NodeSpecFamily(NodeSpecFamily 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 |
getFamilyName()
Get Model name.
|
String |
getInstanceFamily()
Get Model.
|
NodeSpecInstanceType[] |
getInstanceTypes()
Get InstanceType List.
|
Long |
getOrder()
Get Order.
|
void |
setFamilyName(String FamilyName)
Set Model name.
|
void |
setInstanceFamily(String InstanceFamily)
Set Model.
|
void |
setInstanceTypes(NodeSpecInstanceType[] InstanceTypes)
Set InstanceType List.
|
void |
setOrder(Long Order)
Set Order.
|
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 NodeSpecFamily()
public NodeSpecFamily(NodeSpecFamily source)
public String getInstanceFamily()
public void setInstanceFamily(String InstanceFamily)
InstanceFamily
- Model.public String getFamilyName()
public void setFamilyName(String FamilyName)
FamilyName
- Model name.public Long getOrder()
public void setOrder(Long Order)
Order
- Order.public NodeSpecInstanceType[] getInstanceTypes()
public void setInstanceTypes(NodeSpecInstanceType[] InstanceTypes)
InstanceTypes
- InstanceType List.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.