public class CreateCommonServiceWorkOrderRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCommonServiceWorkOrderRequest() | 
| CreateCommonServiceWorkOrderRequest(CreateCommonServiceWorkOrderRequest 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 | getContactName()Get 业务联系人 | 
| String | getContactPhone()Get 联系人电话 | 
| DevicePosition[] | getDevicePositionSet()Get 设备及位置信息列表 | 
| String | getDeviceType()Get 设备类型 server 服务器,netDevice 网络设备 | 
| String | getInstructions()Get 操作说明 | 
| Boolean | getPreAuthorization()Get 操作预授权 | 
| Long | getServiceLevel()Get 服务级别,只支持传入 1、2、3,分别对应 L1、L2、L3 | 
| void | setContactName(String ContactName)Set 业务联系人 | 
| void | setContactPhone(String ContactPhone)Set 联系人电话 | 
| void | setDevicePositionSet(DevicePosition[] DevicePositionSet)Set 设备及位置信息列表 | 
| void | setDeviceType(String DeviceType)Set 设备类型 server 服务器,netDevice 网络设备 | 
| void | setInstructions(String Instructions)Set 操作说明 | 
| void | setPreAuthorization(Boolean PreAuthorization)Set 操作预授权 | 
| void | setServiceLevel(Long ServiceLevel)Set 服务级别,只支持传入 1、2、3,分别对应 L1、L2、L3 | 
| 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 CreateCommonServiceWorkOrderRequest()
public CreateCommonServiceWorkOrderRequest(CreateCommonServiceWorkOrderRequest source)
public DevicePosition[] getDevicePositionSet()
public void setDevicePositionSet(DevicePosition[] DevicePositionSet)
DevicePositionSet - 设备及位置信息列表public Long getServiceLevel()
public void setServiceLevel(Long ServiceLevel)
ServiceLevel - 服务级别,只支持传入 1、2、3,分别对应 L1、L2、L3public Boolean getPreAuthorization()
public void setPreAuthorization(Boolean PreAuthorization)
PreAuthorization - 操作预授权public String getContactName()
public void setContactName(String ContactName)
ContactName - 业务联系人public String getContactPhone()
public void setContactPhone(String ContactPhone)
ContactPhone - 联系人电话public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - 设备类型 server 服务器,netDevice 网络设备public String getInstructions()
public void setInstructions(String Instructions)
Instructions - 操作说明Copyright © 2025. All rights reserved.