public class ServerModel extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServerModel() | 
| ServerModel(ServerModel 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 | getCheckResult()Get 0 代表在当前园区没评估过,1 代表完全满足IDC准入标准 2 代表存在托管风险 3 代表不满足IDC准入标准 | 
| String | getDevDepth()Get 深度 | 
| String | getDevHeight()Get 设备高度 | 
| String | getDevModel()Get 型号名称 | 
| String | getDevNode()Get 节点数 | 
| String | getDevWeight()Get 重量 | 
| String | getDevWidth()Get 宽度 | 
| String | getInwindPosition()Get 进风口位置 | 
| String | getModelVersion()Get 型号和版本的组合名称 | 
| String | getNetportPosition()Get 网卡接口位置 | 
| String | getNetportType()Get 网络接口类型 | 
| String | getNetSpeed()Get 网卡速率 | 
| String | getOutwindPosition()Get 出风口位置 | 
| String | getPowerEnergy()Get 功耗 | 
| String | getPowerModule()Get 电源模块 | 
| String | getPowermoduleNum()Get 电源模块数量 | 
| String | getPowermodulePosition()Get 电源模块位置 | 
| String | getPowerportType()Get 电源接口型号 | 
| String | getVersion()Get 版本号 | 
| void | setCheckResult(Long CheckResult)Set 0 代表在当前园区没评估过,1 代表完全满足IDC准入标准 2 代表存在托管风险 3 代表不满足IDC准入标准 | 
| void | setDevDepth(String DevDepth)Set 深度 | 
| void | setDevHeight(String DevHeight)Set 设备高度 | 
| void | setDevModel(String DevModel)Set 型号名称 | 
| void | setDevNode(String DevNode)Set 节点数 | 
| void | setDevWeight(String DevWeight)Set 重量 | 
| void | setDevWidth(String DevWidth)Set 宽度 | 
| void | setInwindPosition(String InwindPosition)Set 进风口位置 | 
| void | setModelVersion(String ModelVersion)Set 型号和版本的组合名称 | 
| void | setNetportPosition(String NetportPosition)Set 网卡接口位置 | 
| void | setNetportType(String NetportType)Set 网络接口类型 | 
| void | setNetSpeed(String NetSpeed)Set 网卡速率 | 
| void | setOutwindPosition(String OutwindPosition)Set 出风口位置 | 
| void | setPowerEnergy(String PowerEnergy)Set 功耗 | 
| void | setPowerModule(String PowerModule)Set 电源模块 | 
| void | setPowermoduleNum(String PowermoduleNum)Set 电源模块数量 | 
| void | setPowermodulePosition(String PowermodulePosition)Set 电源模块位置 | 
| void | setPowerportType(String PowerportType)Set 电源接口型号 | 
| void | setVersion(String Version)Set 版本号 | 
| 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 ServerModel()
public ServerModel(ServerModel source)
public String getDevModel()
public void setDevModel(String DevModel)
DevModel - 型号名称public String getDevNode()
public void setDevNode(String DevNode)
DevNode - 节点数public String getDevHeight()
public void setDevHeight(String DevHeight)
DevHeight - 设备高度public String getPowerEnergy()
public void setPowerEnergy(String PowerEnergy)
PowerEnergy - 功耗public String getPowerportType()
public void setPowerportType(String PowerportType)
PowerportType - 电源接口型号public String getPowermoduleNum()
public void setPowermoduleNum(String PowermoduleNum)
PowermoduleNum - 电源模块数量public String getInwindPosition()
public void setInwindPosition(String InwindPosition)
InwindPosition - 进风口位置public String getOutwindPosition()
public void setOutwindPosition(String OutwindPosition)
OutwindPosition - 出风口位置public String getNetportPosition()
public void setNetportPosition(String NetportPosition)
NetportPosition - 网卡接口位置public String getDevWidth()
public void setDevWidth(String DevWidth)
DevWidth - 宽度public String getDevDepth()
public void setDevDepth(String DevDepth)
DevDepth - 深度public String getDevWeight()
public void setDevWeight(String DevWeight)
DevWeight - 重量public String getPowerModule()
public void setPowerModule(String PowerModule)
PowerModule - 电源模块public String getPowermodulePosition()
public void setPowermodulePosition(String PowermodulePosition)
PowermodulePosition - 电源模块位置public String getNetportType()
public void setNetportType(String NetportType)
NetportType - 网络接口类型public String getNetSpeed()
public void setNetSpeed(String NetSpeed)
NetSpeed - 网卡速率public Long getCheckResult()
public void setCheckResult(Long CheckResult)
CheckResult - 0 代表在当前园区没评估过,1 代表完全满足IDC准入标准 2 代表存在托管风险 3 代表不满足IDC准入标准public String getVersion()
public void setVersion(String Version)
Version - 版本号public String getModelVersion()
public void setModelVersion(String ModelVersion)
ModelVersion - 型号和版本的组合名称Copyright © 2025. All rights reserved.