public class CreateModelEvaluationWorkOrderRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateModelEvaluationWorkOrderRequest() |
CreateModelEvaluationWorkOrderRequest(CreateModelEvaluationWorkOrderRequest 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 |
---|---|
Long |
getCampusId()
Get 园区ID
|
String |
getDeviceType()
Get 只支持传入 server 和 netDevice
|
ModelVersion[] |
getModelSet()
Get 设备名称及型号
|
String |
getRemark()
Get 备注
|
void |
setCampusId(Long CampusId)
Set 园区ID
|
void |
setDeviceType(String DeviceType)
Set 只支持传入 server 和 netDevice
|
void |
setModelSet(ModelVersion[] ModelSet)
Set 设备名称及型号
|
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 CreateModelEvaluationWorkOrderRequest()
public CreateModelEvaluationWorkOrderRequest(CreateModelEvaluationWorkOrderRequest source)
public ModelVersion[] getModelSet()
public void setModelSet(ModelVersion[] ModelSet)
ModelSet
- 设备名称及型号public Long getCampusId()
public void setCampusId(Long CampusId)
CampusId
- 园区IDpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 只支持传入 server 和 netDevicepublic String getRemark()
public void setRemark(String Remark)
Remark
- 备注Copyright © 2025. All rights reserved.