public class DescribeLiveTimeShiftBillInfoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeLiveTimeShiftBillInfoListRequest() |
DescribeLiveTimeShiftBillInfoListRequest(DescribeLiveTimeShiftBillInfoListRequest 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 for query.
|
String[] |
getPushDomains()
Get The push domains to query.
|
String |
getStartTime()
Get The start time for query.
|
void |
setEndTime(String EndTime)
Set The end time for query.
|
void |
setPushDomains(String[] PushDomains)
Set The push domains to query.
|
void |
setStartTime(String StartTime)
Set The start time for query.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeLiveTimeShiftBillInfoListRequest()
public DescribeLiveTimeShiftBillInfoListRequest(DescribeLiveTimeShiftBillInfoListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time for query. You can query data from the past three months. The longest time period that can be queried is one month.
It must be in UTC format.
Example: 2019-01-08T10:00:00Z.
Note: Beijing time is 8 hours ahead of UTC. The [ISO 8601 format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format) is used.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time for query. You can query data from the past three months. The longest time period that can be queried is one month.
It must be in UTC format.
Example: 2019-01-08T10:00:00Z.
Note: Beijing time is 8 hours ahead of UTC. The [ISO 8601 format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format) is used.public String[] getPushDomains()
public void setPushDomains(String[] PushDomains)
PushDomains
- The push domains to query. If you leave this empty, the time shifting billing data of all push domains will be returned.Copyright © 2023. All rights reserved.