public class CreateReceivingWorkOrderRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateReceivingWorkOrderRequest() |
CreateReceivingWorkOrderRequest(CreateReceivingWorkOrderRequest 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[] |
getDeviceRackOnList()
Get 设备上架信息。当WithRackOn为true此参数必传,且sn需要和收货的列表一致
|
String |
getDeviceType()
Get 设备类型,server, netDevice, wire, otherDevice
|
String |
getEntryTime()
Get 进入时间
|
ExpressDelivery |
getExpressInfo()
Get 快递寄件信息,快递寄件必填
|
Long |
getIdcId()
Get 机房id
|
Boolean |
getIsExpressDelivery()
Get 是否快递寄件
|
NetReceivingInfo[] |
getNetDeviceList()
Get 网络设备收货列表
|
OtherDevReceivingInfo[] |
getOtherDeviceList()
Get 其他设备收货列表
|
String |
getReceivingOperation()
Get 1.收货-仅核对外包装完整和数量,不开箱 2.验收-开箱核对型号SN一致
|
String |
getRemark()
Get 备注
|
SelfOperation |
getSelfOperationInfo()
Get 自行解决信息。当StuffOption为1时,此参数必填
|
ServerReceivingInfo[] |
getServerDeviceList()
Get 服务器收货列表。最大值:200
|
String |
getStuffOption()
Get 上架人员 1.自行解决 2.由腾讯IDC负责
|
WireReceivingInfo[] |
getWireDeviceList()
Get 线材收货列表
|
Boolean |
getWithPowerOn()
Get 上架后自动开电。此参数为true时,后台会自动提设备开电单
|
Boolean |
getWithRackOn()
Get 收货后自动上架。此参数为true时,后台会自动提设备上架单
|
void |
setDeviceRackOnList(DeviceRackOn[] DeviceRackOnList)
Set 设备上架信息。当WithRackOn为true此参数必传,且sn需要和收货的列表一致
|
void |
setDeviceType(String DeviceType)
Set 设备类型,server, netDevice, wire, otherDevice
|
void |
setEntryTime(String EntryTime)
Set 进入时间
|
void |
setExpressInfo(ExpressDelivery ExpressInfo)
Set 快递寄件信息,快递寄件必填
|
void |
setIdcId(Long IdcId)
Set 机房id
|
void |
setIsExpressDelivery(Boolean IsExpressDelivery)
Set 是否快递寄件
|
void |
setNetDeviceList(NetReceivingInfo[] NetDeviceList)
Set 网络设备收货列表
|
void |
setOtherDeviceList(OtherDevReceivingInfo[] OtherDeviceList)
Set 其他设备收货列表
|
void |
setReceivingOperation(String ReceivingOperation)
Set 1.收货-仅核对外包装完整和数量,不开箱 2.验收-开箱核对型号SN一致
|
void |
setRemark(String Remark)
Set 备注
|
void |
setSelfOperationInfo(SelfOperation SelfOperationInfo)
Set 自行解决信息。当StuffOption为1时,此参数必填
|
void |
setServerDeviceList(ServerReceivingInfo[] ServerDeviceList)
Set 服务器收货列表。最大值:200
|
void |
setStuffOption(String StuffOption)
Set 上架人员 1.自行解决 2.由腾讯IDC负责
|
void |
setWireDeviceList(WireReceivingInfo[] WireDeviceList)
Set 线材收货列表
|
void |
setWithPowerOn(Boolean WithPowerOn)
Set 上架后自动开电。此参数为true时,后台会自动提设备开电单
|
void |
setWithRackOn(Boolean WithRackOn)
Set 收货后自动上架。此参数为true时,后台会自动提设备上架单
|
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 CreateReceivingWorkOrderRequest()
public CreateReceivingWorkOrderRequest(CreateReceivingWorkOrderRequest source)
public Long getIdcId()
public void setIdcId(Long IdcId)
IdcId
- 机房idpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型,server, netDevice, wire, otherDevicepublic String getEntryTime()
public void setEntryTime(String EntryTime)
EntryTime
- 进入时间public String getReceivingOperation()
public void setReceivingOperation(String ReceivingOperation)
ReceivingOperation
- 1.收货-仅核对外包装完整和数量,不开箱 2.验收-开箱核对型号SN一致public Boolean getIsExpressDelivery()
public void setIsExpressDelivery(Boolean IsExpressDelivery)
IsExpressDelivery
- 是否快递寄件public ExpressDelivery getExpressInfo()
public void setExpressInfo(ExpressDelivery ExpressInfo)
ExpressInfo
- 快递寄件信息,快递寄件必填public String getRemark()
public void setRemark(String Remark)
Remark
- 备注public ServerReceivingInfo[] getServerDeviceList()
public void setServerDeviceList(ServerReceivingInfo[] ServerDeviceList)
ServerDeviceList
- 服务器收货列表。最大值:200public NetReceivingInfo[] getNetDeviceList()
public void setNetDeviceList(NetReceivingInfo[] NetDeviceList)
NetDeviceList
- 网络设备收货列表public WireReceivingInfo[] getWireDeviceList()
public void setWireDeviceList(WireReceivingInfo[] WireDeviceList)
WireDeviceList
- 线材收货列表public OtherDevReceivingInfo[] getOtherDeviceList()
public void setOtherDeviceList(OtherDevReceivingInfo[] OtherDeviceList)
OtherDeviceList
- 其他设备收货列表public Boolean getWithRackOn()
public void setWithRackOn(Boolean WithRackOn)
WithRackOn
- 收货后自动上架。此参数为true时,后台会自动提设备上架单public DeviceRackOn[] getDeviceRackOnList()
public void setDeviceRackOnList(DeviceRackOn[] DeviceRackOnList)
DeviceRackOnList
- 设备上架信息。当WithRackOn为true此参数必传,且sn需要和收货的列表一致public String getStuffOption()
public void setStuffOption(String StuffOption)
StuffOption
- 上架人员 1.自行解决 2.由腾讯IDC负责public SelfOperation getSelfOperationInfo()
public void setSelfOperationInfo(SelfOperation SelfOperationInfo)
SelfOperationInfo
- 自行解决信息。当StuffOption为1时,此参数必填public Boolean getWithPowerOn()
public void setWithPowerOn(Boolean WithPowerOn)
WithPowerOn
- 上架后自动开电。此参数为true时,后台会自动提设备开电单Copyright © 2025. All rights reserved.