public class DeviceOrderBaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceOrderBaseInfo() | 
| DeviceOrderBaseInfo(DeviceOrderBaseInfo 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 | 
|---|---|
| CustomerReceipt | getCustomerReceipt()Get 客户上门自提信息 | 
| String | getDeviceType()Get 设备类型 | 
| String | getEntryTime()Get 设备收货-进入时间 | 
| ExpressDelivery | getExpressInfo()Get 设备收货-快递寄件信息 | 
| String | getHandoverMethod()Get 退出交接方式 1.物流上门收货 2.客户上门自提 | 
| Long | getIdcId()Get 机房id | 
| String | getIdcName()Get 机房名称 | 
| Boolean | getIsExpressDelivery()Get 设备收货-是否快递寄件 | 
| String | getIsPowerOffConfirm()Get 关电确认 1.授权时关电 2.关电前需要确认 | 
| LogisticsReceipt | getLogisticsReceipt()Get 物流上门收货信息 | 
| PowerOffConfirm | getPowerOffConfirmInfo()Get 关电前需要确认信息 | 
| String | getReceivingOperation()Get 1.收货-仅核对外包装完整和数量,不开箱 2.验收-开箱核对型号SN一致 | 
| String | getRemark()Get 备注 | 
| SelfOperation | getSelfOperationInfo()Get 上/下架自行解决信息 | 
| String | getStuffOption()Get 上/下架人员 1.自行解决 2.由腾讯IDC负责 | 
| Boolean | getWithPowerOn()Get 上架后开电 | 
| void | setCustomerReceipt(CustomerReceipt CustomerReceipt)Set 客户上门自提信息 | 
| void | setDeviceType(String DeviceType)Set 设备类型 | 
| void | setEntryTime(String EntryTime)Set 设备收货-进入时间 | 
| void | setExpressInfo(ExpressDelivery ExpressInfo)Set 设备收货-快递寄件信息 | 
| void | setHandoverMethod(String HandoverMethod)Set 退出交接方式 1.物流上门收货 2.客户上门自提 | 
| void | setIdcId(Long IdcId)Set 机房id | 
| void | setIdcName(String IdcName)Set 机房名称 | 
| void | setIsExpressDelivery(Boolean IsExpressDelivery)Set 设备收货-是否快递寄件 | 
| void | setIsPowerOffConfirm(String IsPowerOffConfirm)Set 关电确认 1.授权时关电 2.关电前需要确认 | 
| void | setLogisticsReceipt(LogisticsReceipt LogisticsReceipt)Set 物流上门收货信息 | 
| void | setPowerOffConfirmInfo(PowerOffConfirm PowerOffConfirmInfo)Set 关电前需要确认信息 | 
| void | setReceivingOperation(String ReceivingOperation)Set 1.收货-仅核对外包装完整和数量,不开箱 2.验收-开箱核对型号SN一致 | 
| void | setRemark(String Remark)Set 备注 | 
| void | setSelfOperationInfo(SelfOperation SelfOperationInfo)Set 上/下架自行解决信息 | 
| void | setStuffOption(String StuffOption)Set 上/下架人员 1.自行解决 2.由腾讯IDC负责 | 
| 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, toJsonStringpublic DeviceOrderBaseInfo()
public DeviceOrderBaseInfo(DeviceOrderBaseInfo source)
public Long getIdcId()
public void setIdcId(Long IdcId)
IdcId - 机房idpublic String getIdcName()
public void setIdcName(String IdcName)
IdcName - 机房名称public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - 设备类型public String getRemark()
public void setRemark(String Remark)
Remark - 备注public String getReceivingOperation()
public void setReceivingOperation(String ReceivingOperation)
ReceivingOperation - 1.收货-仅核对外包装完整和数量,不开箱 2.验收-开箱核对型号SN一致public String getEntryTime()
public void setEntryTime(String EntryTime)
EntryTime - 设备收货-进入时间public Boolean getIsExpressDelivery()
public void setIsExpressDelivery(Boolean IsExpressDelivery)
IsExpressDelivery - 设备收货-是否快递寄件public ExpressDelivery getExpressInfo()
public void setExpressInfo(ExpressDelivery ExpressInfo)
ExpressInfo - 设备收货-快递寄件信息public String getStuffOption()
public void setStuffOption(String StuffOption)
StuffOption - 上/下架人员 1.自行解决 2.由腾讯IDC负责public SelfOperation getSelfOperationInfo()
public void setSelfOperationInfo(SelfOperation SelfOperationInfo)
SelfOperationInfo - 上/下架自行解决信息public Boolean getWithPowerOn()
public void setWithPowerOn(Boolean WithPowerOn)
WithPowerOn - 上架后开电public String getIsPowerOffConfirm()
public void setIsPowerOffConfirm(String IsPowerOffConfirm)
IsPowerOffConfirm - 关电确认 1.授权时关电 2.关电前需要确认public PowerOffConfirm getPowerOffConfirmInfo()
public void setPowerOffConfirmInfo(PowerOffConfirm PowerOffConfirmInfo)
PowerOffConfirmInfo - 关电前需要确认信息public String getHandoverMethod()
public void setHandoverMethod(String HandoverMethod)
HandoverMethod - 退出交接方式 1.物流上门收货 2.客户上门自提public CustomerReceipt getCustomerReceipt()
public void setCustomerReceipt(CustomerReceipt CustomerReceipt)
CustomerReceipt - 客户上门自提信息public LogisticsReceipt getLogisticsReceipt()
public void setLogisticsReceipt(LogisticsReceipt LogisticsReceipt)
LogisticsReceipt - 物流上门收货信息Copyright © 2025. All rights reserved.