public class DescribeClientUploadAccelerationUsageDataRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeClientUploadAccelerationUsageDataRequest() |
DescribeClientUploadAccelerationUsageDataRequest(DescribeClientUploadAccelerationUsageDataRequest 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 date for the query in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format).
|
String |
getStartTime()
Get The start date for the query in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format).
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
String |
getType()
Get The client upload acceleration type.
|
void |
setEndTime(String EndTime)
Set The end date for the query in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format).
|
void |
setStartTime(String StartTime)
Set The start date for the query in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format).
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setType(String Type)
Set The client upload acceleration type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeClientUploadAccelerationUsageDataRequest()
public DescribeClientUploadAccelerationUsageDataRequest(DescribeClientUploadAccelerationUsageDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start date for the query in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format).public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end date for the query in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format). The end date must be later than the start date.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public String getType()
public void setType(String Type)
Type
- The client upload acceleration type. Valid values:
Copyright © 2023. All rights reserved.