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 |
---|---|
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 备注
|
ServerReceivingInfo[] |
getServerDeviceList()
Get 服务器收货列表
|
WireReceivingInfo[] |
getWireDeviceList()
Get 线材收货列表
|
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 |
setServerDeviceList(ServerReceivingInfo[] ServerDeviceList)
Set 服务器收货列表
|
void |
setWireDeviceList(WireReceivingInfo[] WireDeviceList)
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 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
- 服务器收货列表public 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
- 其他设备收货列表Copyright © 2025. All rights reserved.