public class DescribeModelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeModelRequest() |
DescribeModelRequest(DescribeModelRequest 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
|
Boolean |
getChecked()
Get 是否只返回已评估的版本
|
String |
getDeviceType()
Get 设备类型,服务器传入 server,网络设备传入 netDevice
|
String |
getDevModel()
Get 服务器设备型号
|
void |
setCampusId(Long CampusId)
Set 园区ID
|
void |
setChecked(Boolean Checked)
Set 是否只返回已评估的版本
|
void |
setDeviceType(String DeviceType)
Set 设备类型,服务器传入 server,网络设备传入 netDevice
|
void |
setDevModel(String DevModel)
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 DescribeModelRequest()
public DescribeModelRequest(DescribeModelRequest source)
public String getDevModel()
public void setDevModel(String DevModel)
DevModel
- 服务器设备型号public Long getCampusId()
public void setCampusId(Long CampusId)
CampusId
- 园区IDpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型,服务器传入 server,网络设备传入 netDevicepublic Boolean getChecked()
public void setChecked(Boolean Checked)
Checked
- 是否只返回已评估的版本Copyright © 2025. All rights reserved.