public class DescribeBillBandwidthAndFluxListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBillBandwidthAndFluxListRequest() |
DescribeBillBandwidthAndFluxListRequest(DescribeBillBandwidthAndFluxListRequest 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 |
getEndTime()
Get The end time of the request, supports data query for the last three years, the gap between the start time and the end time cannot exceed one month.
|
Long |
getGranularity()
Get Data granularity.
|
String |
getMainlandOrOversea()
Get Valid values:
Mainland: query data for Mainland China,
Oversea: query data for regions outside Mainland China,
Default: query data for all regions.
|
String[] |
getPlayDomains()
Get LVB playback domain name.
|
String[] |
getRegionNames()
Get Region.
|
String |
getServiceName()
Get Service name.
|
String |
getStartTime()
Get The start time of the request, supports data query for the last three years, the gap between the start time and the end time cannot exceed one month.
|
void |
setEndTime(String EndTime)
Set The end time of the request, supports data query for the last three years, the gap between the start time and the end time cannot exceed one month.
|
void |
setGranularity(Long Granularity)
Set Data granularity.
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set Valid values:
Mainland: query data for Mainland China,
Oversea: query data for regions outside Mainland China,
Default: query data for all regions.
|
void |
setPlayDomains(String[] PlayDomains)
Set LVB playback domain name.
|
void |
setRegionNames(String[] RegionNames)
Set Region.
|
void |
setServiceName(String ServiceName)
Set Service name.
|
void |
setStartTime(String StartTime)
Set The start time of the request, supports data query for the last three years, the gap between the start time and the end time cannot exceed one month.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBillBandwidthAndFluxListRequest()
public DescribeBillBandwidthAndFluxListRequest(DescribeBillBandwidthAndFluxListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time of the request, supports data query for the last three years, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time of the request, supports data query for the last three years, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- LVB playback domain name. If this parameter is left empty, full data will be queried.public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- Valid values:
Mainland: query data for Mainland China,
Oversea: query data for regions outside Mainland China,
Default: query data for all regions.
Note: LEB only supports querying data for all regions.public Long getGranularity()
public void setGranularity(Long Granularity)
Granularity
- Data granularity. Valid values:
5: 5-minute granularity (the query time span should be within 1 day),
60: 1-hour granularity (the query time span should be within one month),
1440: 1-day granularity (the query time span should be within one month).
Default value: 5.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service name. Valid values: LVB, LEB. The sum of LVB and LEB usage will be returned if this parameter is left empty.public String[] getRegionNames()
public void setRegionNames(String[] RegionNames)
RegionNames
- Region. Valid values:
China Mainland
Asia Pacific I
Asia Pacific II
Asia Pacific III
Europe
North America
South America
Middle East
AfricaCopyright © 2024. All rights reserved.