public class DescribeStorageDetailsRequest extends AbstractModel
skipSign
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 query.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
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 query.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
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 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 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.
You can set this parameter to 1 to query the total usage of all applications (including the primary application) as an admin.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 query. Valid values:
public String getArea()
public void setArea(String Area)
Area
- Storage region to query. Valid values:
Copyright © 2023. All rights reserved.