public class CreateQuitWorkOrderRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateQuitWorkOrderRequest() |
CreateQuitWorkOrderRequest(CreateQuitWorkOrderRequest 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[] |
getDeviceSnList()
Get 设备sn列表
|
String |
getDeviceType()
Get 设备类型,server, netDevice, otherDevice
|
String |
getHandoverMethod()
Get 交接方式 1.物流上门收货 2.客户上门自提
|
Long |
getIdcId()
Get 机房id
|
String |
getIsPowerOffConfirm()
Get 关电确认 1.授权时关电 2.关电前需要确认
|
LogisticsReceipt |
getLogisticsReceipt()
Get 物流上门收货必传
|
PowerOffConfirm |
getPowerOffConfirmInfo()
Get 关电前需要确认时必填
|
String |
getRemark()
Get 备注
|
SelfOperation |
getSelfOperationInfo()
Get 自行解决必填
|
String |
getStuffOption()
Get 下架选择 1.自行解决 2.由腾讯IDC负责
|
void |
setCustomerReceipt(CustomerReceipt CustomerReceipt)
Set 客户上门自提必传
|
void |
setDeviceSnList(String[] DeviceSnList)
Set 设备sn列表
|
void |
setDeviceType(String DeviceType)
Set 设备类型,server, netDevice, otherDevice
|
void |
setHandoverMethod(String HandoverMethod)
Set 交接方式 1.物流上门收货 2.客户上门自提
|
void |
setIdcId(Long IdcId)
Set 机房id
|
void |
setIsPowerOffConfirm(String IsPowerOffConfirm)
Set 关电确认 1.授权时关电 2.关电前需要确认
|
void |
setLogisticsReceipt(LogisticsReceipt LogisticsReceipt)
Set 物流上门收货必传
|
void |
setPowerOffConfirmInfo(PowerOffConfirm PowerOffConfirmInfo)
Set 关电前需要确认时必填
|
void |
setRemark(String Remark)
Set 备注
|
void |
setSelfOperationInfo(SelfOperation SelfOperationInfo)
Set 自行解决必填
|
void |
setStuffOption(String StuffOption)
Set 下架选择 1.自行解决 2.由腾讯IDC负责
|
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 CreateQuitWorkOrderRequest()
public CreateQuitWorkOrderRequest(CreateQuitWorkOrderRequest source)
public Long getIdcId()
public void setIdcId(Long IdcId)
IdcId
- 机房idpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型,server, netDevice, otherDevicepublic String getStuffOption()
public void setStuffOption(String StuffOption)
StuffOption
- 下架选择 1.自行解决 2.由腾讯IDC负责public String getIsPowerOffConfirm()
public void setIsPowerOffConfirm(String IsPowerOffConfirm)
IsPowerOffConfirm
- 关电确认 1.授权时关电 2.关电前需要确认public String[] getDeviceSnList()
public void setDeviceSnList(String[] DeviceSnList)
DeviceSnList
- 设备sn列表public String getHandoverMethod()
public void setHandoverMethod(String HandoverMethod)
HandoverMethod
- 交接方式 1.物流上门收货 2.客户上门自提public SelfOperation getSelfOperationInfo()
public void setSelfOperationInfo(SelfOperation SelfOperationInfo)
SelfOperationInfo
- 自行解决必填public PowerOffConfirm getPowerOffConfirmInfo()
public void setPowerOffConfirmInfo(PowerOffConfirm PowerOffConfirmInfo)
PowerOffConfirmInfo
- 关电前需要确认时必填public String getRemark()
public void setRemark(String Remark)
Remark
- 备注public LogisticsReceipt getLogisticsReceipt()
public void setLogisticsReceipt(LogisticsReceipt LogisticsReceipt)
LogisticsReceipt
- 物流上门收货必传public CustomerReceipt getCustomerReceipt()
public void setCustomerReceipt(CustomerReceipt CustomerReceipt)
CustomerReceipt
- 客户上门自提必传Copyright © 2025. All rights reserved.