public class AvailableModelVersion extends AbstractModel
header, skipSign
Constructor and Description |
---|
AvailableModelVersion() |
AvailableModelVersion(AvailableModelVersion 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 |
getDevHeight()
Get 设备高度
|
String |
getDeviceType()
Get 设备类型,server 服务器,netDevice 网络设备
|
String |
getModelVersion()
Get 带有版本号的设备型号
|
void |
setDevHeight(String DevHeight)
Set 设备高度
|
void |
setDeviceType(String DeviceType)
Set 设备类型,server 服务器,netDevice 网络设备
|
void |
setModelVersion(String ModelVersion)
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 AvailableModelVersion()
public AvailableModelVersion(AvailableModelVersion source)
public String getModelVersion()
public void setModelVersion(String ModelVersion)
ModelVersion
- 带有版本号的设备型号public String getDevHeight()
public void setDevHeight(String DevHeight)
DevHeight
- 设备高度public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型,server 服务器,netDevice 网络设备Copyright © 2025. All rights reserved.