public class DeviceInfo extends AbstractModel
Constructor and Description |
---|
DeviceInfo() |
DeviceInfo(DeviceInfo 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 |
getDevClass()
Get 设备类型
|
Long |
getDeviceId()
Get 设备ID
|
String |
getDeviceNo()
Get 设备No
|
Long |
getInstanceNum()
Get 数据库实例个数
|
Float |
getMaxDisk()
Get 设备总磁盘,单位GB
|
Float |
getMaxMemory()
Get 设备总内存,单位GB
|
Long |
getRawDeviceNum()
Get 设备机器个数
|
Float |
getRestDisk()
Get 设备剩余磁盘,单位GB
|
Float |
getRestMemory()
Get 设备剩余内存,单位GB
|
void |
setDevClass(String DevClass)
Set 设备类型
|
void |
setDeviceId(Long DeviceId)
Set 设备ID
|
void |
setDeviceNo(String DeviceNo)
Set 设备No
|
void |
setInstanceNum(Long InstanceNum)
Set 数据库实例个数
|
void |
setMaxDisk(Float MaxDisk)
Set 设备总磁盘,单位GB
|
void |
setMaxMemory(Float MaxMemory)
Set 设备总内存,单位GB
|
void |
setRawDeviceNum(Long RawDeviceNum)
Set 设备机器个数
|
void |
setRestDisk(Float RestDisk)
Set 设备剩余磁盘,单位GB
|
void |
setRestMemory(Float RestMemory)
Set 设备剩余内存,单位GB
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeviceInfo()
public DeviceInfo(DeviceInfo source)
public Long getDeviceId()
public void setDeviceId(Long DeviceId)
DeviceId
- 设备IDpublic String getDeviceNo()
public void setDeviceNo(String DeviceNo)
DeviceNo
- 设备Nopublic String getDevClass()
public void setDevClass(String DevClass)
DevClass
- 设备类型public Float getMaxMemory()
public void setMaxMemory(Float MaxMemory)
MaxMemory
- 设备总内存,单位GBpublic Float getMaxDisk()
public void setMaxDisk(Float MaxDisk)
MaxDisk
- 设备总磁盘,单位GBpublic Float getRestMemory()
public void setRestMemory(Float RestMemory)
RestMemory
- 设备剩余内存,单位GBpublic Float getRestDisk()
public void setRestDisk(Float RestDisk)
RestDisk
- 设备剩余磁盘,单位GBpublic Long getRawDeviceNum()
public void setRawDeviceNum(Long RawDeviceNum)
RawDeviceNum
- 设备机器个数public Long getInstanceNum()
public void setInstanceNum(Long InstanceNum)
InstanceNum
- 数据库实例个数Copyright © 2023. All rights reserved.