public class NetDeviceModel extends AbstractModel
header, skipSign
Constructor and Description |
---|
NetDeviceModel() |
NetDeviceModel(NetDeviceModel 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 |
getAccordCCC()
Get 是否符合CCC认证
|
String |
getBusinessPortPosition()
Get 业务端口位置
|
Long |
getCheckResult()
Get 0 代表在当前园区没评估过,1 代表完全满足IDC准入标准 2 代表存在托管风险 3 代表不满足IDC准入标准
|
String |
getDevDepth()
Get 深度
|
String |
getDevHeight()
Get 设备高度
|
String |
getDevModel()
Get 型号名
|
String |
getDevWeight()
Get 重量
|
String |
getDevWidth()
Get 宽度
|
String |
getHighVoltageAdapt()
Get 高压直流自适应
|
String |
getInwindPosition()
Get 进风口位置
|
String |
getLineManager()
Get 带有理线器
|
String |
getModelVersion()
Get 型号和版本的组合名称
|
String |
getMountEar()
Get 是否携带挂耳
|
String |
getOutwindPosition()
Get 出风口位置
|
String |
getPassNetwork()
Get 是否通过入网许可认证
|
String |
getPowerEnergy()
Get 实际工作功耗(W)
|
String |
getPowerModule()
Get 电源模块
|
String |
getPowermoduleNum()
Get 电源模块数量
|
String |
getPowermodulePosition()
Get 电源模块位置
|
String |
getPowerportType()
Get 电源接口型号
|
String |
getVersion()
Get 版本号
|
void |
setAccordCCC(String AccordCCC)
Set 是否符合CCC认证
|
void |
setBusinessPortPosition(String BusinessPortPosition)
Set 业务端口位置
|
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 |
setDevWeight(String DevWeight)
Set 重量
|
void |
setDevWidth(String DevWidth)
Set 宽度
|
void |
setHighVoltageAdapt(String HighVoltageAdapt)
Set 高压直流自适应
|
void |
setInwindPosition(String InwindPosition)
Set 进风口位置
|
void |
setLineManager(String LineManager)
Set 带有理线器
|
void |
setModelVersion(String ModelVersion)
Set 型号和版本的组合名称
|
void |
setMountEar(String MountEar)
Set 是否携带挂耳
|
void |
setOutwindPosition(String OutwindPosition)
Set 出风口位置
|
void |
setPassNetwork(String PassNetwork)
Set 是否通过入网许可认证
|
void |
setPowerEnergy(String PowerEnergy)
Set 实际工作功耗(W)
|
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, toJsonString
public NetDeviceModel()
public NetDeviceModel(NetDeviceModel source)
public String getVersion()
public void setVersion(String Version)
Version
- 版本号public String getModelVersion()
public void setModelVersion(String ModelVersion)
ModelVersion
- 型号和版本的组合名称public String getDevModel()
public void setDevModel(String DevModel)
DevModel
- 型号名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 getMountEar()
public void setMountEar(String MountEar)
MountEar
- 是否携带挂耳public String getAccordCCC()
public void setAccordCCC(String AccordCCC)
AccordCCC
- 是否符合CCC认证public String getPassNetwork()
public void setPassNetwork(String PassNetwork)
PassNetwork
- 是否通过入网许可认证public String getPowerportType()
public void setPowerportType(String PowerportType)
PowerportType
- 电源接口型号public String getPowerModule()
public void setPowerModule(String PowerModule)
PowerModule
- 电源模块public String getPowermoduleNum()
public void setPowermoduleNum(String PowermoduleNum)
PowermoduleNum
- 电源模块数量public String getPowermodulePosition()
public void setPowermodulePosition(String PowermodulePosition)
PowermodulePosition
- 电源模块位置public String getHighVoltageAdapt()
public void setHighVoltageAdapt(String HighVoltageAdapt)
HighVoltageAdapt
- 高压直流自适应public String getPowerEnergy()
public void setPowerEnergy(String PowerEnergy)
PowerEnergy
- 实际工作功耗(W)public String getInwindPosition()
public void setInwindPosition(String InwindPosition)
InwindPosition
- 进风口位置public String getOutwindPosition()
public void setOutwindPosition(String OutwindPosition)
OutwindPosition
- 出风口位置public String getBusinessPortPosition()
public void setBusinessPortPosition(String BusinessPortPosition)
BusinessPortPosition
- 业务端口位置public String getLineManager()
public void setLineManager(String LineManager)
LineManager
- 带有理线器public Long getCheckResult()
public void setCheckResult(Long CheckResult)
CheckResult
- 0 代表在当前园区没评估过,1 代表完全满足IDC准入标准 2 代表存在托管风险 3 代表不满足IDC准入标准public String getDevHeight()
public void setDevHeight(String DevHeight)
DevHeight
- 设备高度Copyright © 2025. All rights reserved.