public class GetFlowStatisticRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetFlowStatisticRequest() | 
| GetFlowStatisticRequest(GetFlowStatisticRequest 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 | getAccessRegion()Get 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填代表全量区域。 | 
| Long | getBeginTime()Get 开始查找时间 | 
| String | getDeviceId()Get 设备ID | 
| String[] | getDeviceList()Get 设备ID列表,用于查询多设备流量,该字段启用时DeviceId可传"-1" | 
| Long | getEndTime()Get 截止时间 | 
| Long | getGatewayType()Get 网关类型。0:公有云网关;1:自有网关。不传默认为0。 | 
| Long | getTimeGranularity()Get 时间粒度(1:按小时统计,2:按天统计) | 
| Long | getType()Get 流量种类(1:上行流量,2:下行流量,3:上下行总和) | 
| void | setAccessRegion(String AccessRegion)Set 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填代表全量区域。 | 
| void | setBeginTime(Long BeginTime)Set 开始查找时间 | 
| void | setDeviceId(String DeviceId)Set 设备ID | 
| void | setDeviceList(String[] DeviceList)Set 设备ID列表,用于查询多设备流量,该字段启用时DeviceId可传"-1" | 
| void | setEndTime(Long EndTime)Set 截止时间 | 
| void | setGatewayType(Long GatewayType)Set 网关类型。0:公有云网关;1:自有网关。不传默认为0。 | 
| void | setTimeGranularity(Long TimeGranularity)Set 时间粒度(1:按小时统计,2:按天统计) | 
| void | setType(Long Type)Set 流量种类(1:上行流量,2:下行流量,3:上下行总和) | 
| 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 GetFlowStatisticRequest()
public GetFlowStatisticRequest(GetFlowStatisticRequest 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 Long getType()
public void setType(Long Type)
Type - 流量种类(1:上行流量,2:下行流量,3:上下行总和)public Long getTimeGranularity()
public void setTimeGranularity(Long TimeGranularity)
TimeGranularity - 时间粒度(1:按小时统计,2:按天统计)public String getAccessRegion()
public void setAccessRegion(String AccessRegion)
AccessRegion - 接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填代表全量区域。public Long getGatewayType()
public void setGatewayType(Long GatewayType)
GatewayType - 网关类型。0:公有云网关;1:自有网关。不传默认为0。public String[] getDeviceList()
public void setDeviceList(String[] DeviceList)
DeviceList - 设备ID列表,用于查询多设备流量,该字段启用时DeviceId可传"-1"Copyright © 2025. All rights reserved.