public class CreateMovingWorkOrderRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateMovingWorkOrderRequest() |
CreateMovingWorkOrderRequest(CreateMovingWorkOrderRequest 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 |
---|---|
DeviceRackOn[] |
getDeviceMovingList()
Get 设备搬迁信息列表
|
String |
getDeviceType()
Get 设备类型,server, netDevice
|
Long |
getIdcId()
Get 机房id
|
String |
getRemark()
Get 备注
|
Boolean |
getWithPowerOn()
Get 上架后是否开电
|
void |
setDeviceMovingList(DeviceRackOn[] DeviceMovingList)
Set 设备搬迁信息列表
|
void |
setDeviceType(String DeviceType)
Set 设备类型,server, netDevice
|
void |
setIdcId(Long IdcId)
Set 机房id
|
void |
setRemark(String Remark)
Set 备注
|
void |
setWithPowerOn(Boolean WithPowerOn)
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 CreateMovingWorkOrderRequest()
public CreateMovingWorkOrderRequest(CreateMovingWorkOrderRequest source)
public Long getIdcId()
public void setIdcId(Long IdcId)
IdcId
- 机房idpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型,server, netDevicepublic Boolean getWithPowerOn()
public void setWithPowerOn(Boolean WithPowerOn)
WithPowerOn
- 上架后是否开电public DeviceRackOn[] getDeviceMovingList()
public void setDeviceMovingList(DeviceRackOn[] DeviceMovingList)
DeviceMovingList
- 设备搬迁信息列表public String getRemark()
public void setRemark(String Remark)
Remark
- 备注Copyright © 2025. All rights reserved.