Package cn.ucloud.uphost.models
Class DescribeBaremetalMachineTypeResponse.PHostCloudMachineTypeSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphost.models.DescribeBaremetalMachineTypeResponse.PHostCloudMachineTypeSet
-
- Enclosing class:
- DescribeBaremetalMachineTypeResponse
public static class DescribeBaremetalMachineTypeResponse.PHostCloudMachineTypeSet extends Response
-
-
Constructor Summary
Constructors Constructor Description PHostCloudMachineTypeSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeBaremetalMachineTypeResponse.PHostClusterSet>getClusters()DescribeBaremetalMachineTypeResponse.PHostComponentSetgetComponents()DescribeBaremetalMachineTypeResponse.PHostCPUSetgetCPU()IntegergetMemory()StringgetType()voidsetClusters(List<DescribeBaremetalMachineTypeResponse.PHostClusterSet> clusters)voidsetComponents(DescribeBaremetalMachineTypeResponse.PHostComponentSet components)voidsetCPU(DescribeBaremetalMachineTypeResponse.PHostCPUSet cpu)voidsetMemory(Integer memory)voidsetType(String type)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getCPU
public DescribeBaremetalMachineTypeResponse.PHostCPUSet getCPU()
-
setCPU
public void setCPU(DescribeBaremetalMachineTypeResponse.PHostCPUSet cpu)
-
getMemory
public Integer getMemory()
-
setMemory
public void setMemory(Integer memory)
-
getComponents
public DescribeBaremetalMachineTypeResponse.PHostComponentSet getComponents()
-
setComponents
public void setComponents(DescribeBaremetalMachineTypeResponse.PHostComponentSet components)
-
getClusters
public List<DescribeBaremetalMachineTypeResponse.PHostClusterSet> getClusters()
-
setClusters
public void setClusters(List<DescribeBaremetalMachineTypeResponse.PHostClusterSet> clusters)
-
-