public class DeviceDetails extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceDetails() |
DeviceDetails(DeviceDetails 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 |
---|---|
Float |
getBusinessDownRate()
Get 业务下行速率
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getBusinessUpRate()
Get 业务上行速率
注意:此字段可能返回 null,表示取不到有效值。
|
DeviceBaseInfo |
getDeviceBaseInfo()
Get 设备基本信息
|
DeviceNetInfo[] |
getDeviceNetInfo()
Get 设备网络信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGatewaySite()
Get 聚合服务器地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBusinessDownRate(Float BusinessDownRate)
Set 业务下行速率
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBusinessUpRate(Float BusinessUpRate)
Set 业务上行速率
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceBaseInfo(DeviceBaseInfo DeviceBaseInfo)
Set 设备基本信息
|
void |
setDeviceNetInfo(DeviceNetInfo[] DeviceNetInfo)
Set 设备网络信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGatewaySite(String GatewaySite)
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, toJsonString
public DeviceDetails()
public DeviceDetails(DeviceDetails source)
public DeviceBaseInfo getDeviceBaseInfo()
public void setDeviceBaseInfo(DeviceBaseInfo DeviceBaseInfo)
DeviceBaseInfo
- 设备基本信息public DeviceNetInfo[] getDeviceNetInfo()
public void setDeviceNetInfo(DeviceNetInfo[] DeviceNetInfo)
DeviceNetInfo
- 设备网络信息
注意:此字段可能返回 null,表示取不到有效值。public String getGatewaySite()
public void setGatewaySite(String GatewaySite)
GatewaySite
- 聚合服务器地址
注意:此字段可能返回 null,表示取不到有效值。public Float getBusinessDownRate()
public void setBusinessDownRate(Float BusinessDownRate)
BusinessDownRate
- 业务下行速率
注意:此字段可能返回 null,表示取不到有效值。public Float getBusinessUpRate()
public void setBusinessUpRate(Float BusinessUpRate)
BusinessUpRate
- 业务上行速率
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.