public class CpuInfo extends AbstractModel
Constructor and Description |
---|
CpuInfo() |
CpuInfo(CpuInfo 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[] |
getContainRaidCard()
Get 支持的RAID方式,0:有RAID卡,1:没有RAID卡
|
String |
getCpuDescription()
Get CPU型号描述
|
Long |
getCpuId()
Get CPU的ID
|
Long |
getSeries()
Get 机型序列
|
void |
setContainRaidCard(Long[] ContainRaidCard)
Set 支持的RAID方式,0:有RAID卡,1:没有RAID卡
|
void |
setCpuDescription(String CpuDescription)
Set CPU型号描述
|
void |
setCpuId(Long CpuId)
Set CPU的ID
|
void |
setSeries(Long Series)
Set 机型序列
|
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 CpuInfo()
public CpuInfo(CpuInfo source)
public Long getCpuId()
public void setCpuId(Long CpuId)
CpuId
- CPU的IDpublic String getCpuDescription()
public void setCpuDescription(String CpuDescription)
CpuDescription
- CPU型号描述public Long getSeries()
public void setSeries(Long Series)
Series
- 机型序列public Long[] getContainRaidCard()
public void setContainRaidCard(Long[] ContainRaidCard)
ContainRaidCard
- 支持的RAID方式,0:有RAID卡,1:没有RAID卡Copyright © 2021. All rights reserved.