public class DeviceTypeOverview extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DeviceTypeOverview() |
DeviceTypeOverview(DeviceTypeOverview 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 |
getDeviceType()
Get 设备类型值
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFault()
Get 故障数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 设备类型名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNormal()
Get 正常数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOffline()
Get 离线数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get 汇总数。在线(正常+故障) + 离线
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceType(String DeviceType)
Set 设备类型值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFault(Long Fault)
Set 故障数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 设备类型名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNormal(Long Normal)
Set 正常数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOffline(Long Offline)
Set 离线数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotal(Long Total)
Set 汇总数。在线(正常+故障) + 离线
注意:此字段可能返回 null,表示取不到有效值。
|
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 DeviceTypeOverview()
public DeviceTypeOverview(DeviceTypeOverview source)
public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - 设备类型值
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 设备类型名称
注意:此字段可能返回 null,表示取不到有效值。public Long getTotal()
public void setTotal(Long Total)
Total - 汇总数。在线(正常+故障) + 离线
注意:此字段可能返回 null,表示取不到有效值。public Long getNormal()
public void setNormal(Long Normal)
Normal - 正常数
注意:此字段可能返回 null,表示取不到有效值。public Long getOffline()
public void setOffline(Long Offline)
Offline - 离线数
注意:此字段可能返回 null,表示取不到有效值。public Long getFault()
public void setFault(Long Fault)
Fault - 故障数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.