public class CreatePowerOffWorkOrderRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreatePowerOffWorkOrderRequest() |
CreatePowerOffWorkOrderRequest(CreatePowerOffWorkOrderRequest 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[] |
getDeviceSnList()
Get 设备sn列表
|
String |
getDeviceType()
Get 设备类型,server, netDevice
|
Long |
getIdcId()
Get 机房id
|
String |
getIsPowerOffConfirm()
Get 关电确认,1.授权时关电 2.关电前需要确认
|
PowerOffConfirm |
getPowerOffConfirmInfo()
Get 关电前需要确认时必填
|
String |
getRemark()
Get 备注
|
void |
setDeviceSnList(String[] DeviceSnList)
Set 设备sn列表
|
void |
setDeviceType(String DeviceType)
Set 设备类型,server, netDevice
|
void |
setIdcId(Long IdcId)
Set 机房id
|
void |
setIsPowerOffConfirm(String IsPowerOffConfirm)
Set 关电确认,1.授权时关电 2.关电前需要确认
|
void |
setPowerOffConfirmInfo(PowerOffConfirm PowerOffConfirmInfo)
Set 关电前需要确认时必填
|
void |
setRemark(String Remark)
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 CreatePowerOffWorkOrderRequest()
public CreatePowerOffWorkOrderRequest(CreatePowerOffWorkOrderRequest source)
public Long getIdcId()
public void setIdcId(Long IdcId)
IdcId
- 机房idpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型,server, netDevicepublic String getIsPowerOffConfirm()
public void setIsPowerOffConfirm(String IsPowerOffConfirm)
IsPowerOffConfirm
- 关电确认,1.授权时关电 2.关电前需要确认public String[] getDeviceSnList()
public void setDeviceSnList(String[] DeviceSnList)
DeviceSnList
- 设备sn列表public PowerOffConfirm getPowerOffConfirmInfo()
public void setPowerOffConfirmInfo(PowerOffConfirm PowerOffConfirmInfo)
PowerOffConfirmInfo
- 关电前需要确认时必填public String getRemark()
public void setRemark(String Remark)
Remark
- 备注Copyright © 2025. All rights reserved.