public class DescribeStorageDetailsRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeStorageDetailsRequest() |
DescribeStorageDetailsRequest(DescribeStorageDetailsRequest 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 |
getArea()
Get Storage region to query.
|
String |
getEndTime()
Get End time in ISO 8601 format, which should be larger than the start time.
|
String |
getInterval()
Get Time granularity.
|
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 |
setArea(String Area)
Set Storage region to query.
|
void |
setEndTime(String EndTime)
Set End time in ISO 8601 format, which should be larger than the start time.
|
void |
setInterval(String Interval)
Set Time granularity.
|
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, toJsonStringpublic DescribeStorageDetailsRequest()
public DescribeStorageDetailsRequest(DescribeStorageDetailsRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time in ISO 8601 format. For more information, please see [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time in ISO 8601 format, which should be larger than the start time. For more information, please see [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).public String getInterval()
public void setInterval(String Interval)
Interval - Time granularity. 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.public String getArea()
public void setArea(String Area)
Area - Storage region to query. Valid values:
Copyright © 2021. All rights reserved.