public class GetMultiFlowStatisticRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetMultiFlowStatisticRequest() |
GetMultiFlowStatisticRequest(GetMultiFlowStatisticRequest 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 1659514436
|
String[] |
getDeviceIds()
Get 设备id列表,单次最多请求10个设备
|
Long |
getEndTime()
Get 1659515000
|
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 1659514436
|
void |
setDeviceIds(String[] DeviceIds)
Set 设备id列表,单次最多请求10个设备
|
void |
setEndTime(Long EndTime)
Set 1659515000
|
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, toJsonString
public GetMultiFlowStatisticRequest()
public GetMultiFlowStatisticRequest(GetMultiFlowStatisticRequest source)
public String[] getDeviceIds()
public void setDeviceIds(String[] DeviceIds)
DeviceIds
- 设备id列表,单次最多请求10个设备public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime
- 1659514436public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 1659515000public 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。Copyright © 2024. All rights reserved.