public class CreateSpeciallyQuitWorkOrderRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSpeciallyQuitWorkOrderRequest() |
CreateSpeciallyQuitWorkOrderRequest(CreateSpeciallyQuitWorkOrderRequest 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 设备类型:otherDevice。此接口只支持其他设备
|
String |
getHandoverMethod()
Get 交接方式 1.物流上门收货 2.客户上门自提
|
Long |
getIdcId()
Get 机房id
|
LogisticsReceipt |
getLogisticsReceipt()
Get 物流上门收货必传
|
OtherDevReceivingInfo[] |
getOtherDeviceList()
Get 当设备类型为otherDevice,此参数必传
|
String |
getRemark()
Get 备注信息
|
void |
setCustomerReceipt(CustomerReceipt CustomerReceipt)
Set 客户上门自提必传
|
void |
setDeviceType(String DeviceType)
Set 设备类型:otherDevice。此接口只支持其他设备
|
void |
setHandoverMethod(String HandoverMethod)
Set 交接方式 1.物流上门收货 2.客户上门自提
|
void |
setIdcId(Long IdcId)
Set 机房id
|
void |
setLogisticsReceipt(LogisticsReceipt LogisticsReceipt)
Set 物流上门收货必传
|
void |
setOtherDeviceList(OtherDevReceivingInfo[] OtherDeviceList)
Set 当设备类型为otherDevice,此参数必传
|
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 CreateSpeciallyQuitWorkOrderRequest()
public CreateSpeciallyQuitWorkOrderRequest(CreateSpeciallyQuitWorkOrderRequest source)
public Long getIdcId()
public void setIdcId(Long IdcId)
IdcId
- 机房idpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型:otherDevice。此接口只支持其他设备public String getHandoverMethod()
public void setHandoverMethod(String HandoverMethod)
HandoverMethod
- 交接方式 1.物流上门收货 2.客户上门自提public LogisticsReceipt getLogisticsReceipt()
public void setLogisticsReceipt(LogisticsReceipt LogisticsReceipt)
LogisticsReceipt
- 物流上门收货必传public CustomerReceipt getCustomerReceipt()
public void setCustomerReceipt(CustomerReceipt CustomerReceipt)
CustomerReceipt
- 客户上门自提必传public String getRemark()
public void setRemark(String Remark)
Remark
- 备注信息public OtherDevReceivingInfo[] getOtherDeviceList()
public void setOtherDeviceList(OtherDevReceivingInfo[] OtherDeviceList)
OtherDeviceList
- 当设备类型为otherDevice,此参数必传Copyright © 2025. All rights reserved.