public class DescribeStorageDetailsRequest extends AbstractModel
Constructor and Description |
---|
DescribeStorageDetailsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get End time in ISO 8601 format, which must be after the start time.
|
String |
getInterval()
Get Query time interval.
|
String |
getStartTime()
Get Start time in ISO 8601 format.
|
String |
getStorageType()
Get Storage class to be queried.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setEndTime(String EndTime)
Set End time in ISO 8601 format, which must be after the start time.
|
void |
setInterval(String Interval)
Set Query time interval.
|
void |
setStartTime(String StartTime)
Set Start time in ISO 8601 format.
|
void |
setStorageType(String StorageType)
Set Storage class to be queried.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
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 String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time in ISO 8601 format. For more information, please see [Notes on ISO Date Format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time in ISO 8601 format, which must be after the start time. For more information, please see [Notes on ISO Date Format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getInterval()
public void setInterval(String Interval)
Interval
- Query time interval. Valid values:
public String getStorageType()
public void setStorageType(String StorageType)
StorageType
- Storage class to be queried. Valid values:
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
When the value of this field is 1, the total usage of all subapplications (including primary application) are queried by an admin.Copyright © 2020. All rights reserved.