public class GetNetMonitorRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetNetMonitorRequest() | 
| GetNetMonitorRequest(GetNetMonitorRequest 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 | getBeginTime()Get 开始时间 | 
| String | getDeviceId()Get 设备id | 
| Long | getEndTime()Get 结束时间 | 
| Long | getGatewayType()Get 网关类型。0:公有云网关;1:自有网关。不传默认为0。 | 
| String | getMetrics()Get 统计指标(上行速率:"TxRate":bit/s,下行速率:"RxRate":bit/s,丢包:"Loss":%,时延:"RTT":ms) | 
| void | setBeginTime(Long BeginTime)Set 开始时间 | 
| void | setDeviceId(String DeviceId)Set 设备id | 
| void | setEndTime(Long EndTime)Set 结束时间 | 
| void | setGatewayType(Long GatewayType)Set 网关类型。0:公有云网关;1:自有网关。不传默认为0。 | 
| void | setMetrics(String Metrics)Set 统计指标(上行速率:"TxRate":bit/s,下行速率:"RxRate":bit/s,丢包:"Loss":%,时延:"RTT":ms) | 
| 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 GetNetMonitorRequest()
public GetNetMonitorRequest(GetNetMonitorRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备idpublic Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime - 开始时间public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间public String getMetrics()
public void setMetrics(String Metrics)
Metrics - 统计指标(上行速率:"TxRate":bit/s,下行速率:"RxRate":bit/s,丢包:"Loss":%,时延:"RTT":ms)public Long getGatewayType()
public void setGatewayType(Long GatewayType)
GatewayType - 网关类型。0:公有云网关;1:自有网关。不传默认为0。Copyright © 2025. All rights reserved.