public class ModifyMediaStorageClassRequest extends AbstractModel
Constructor and Description |
---|
ModifyMediaStorageClassRequest() |
ModifyMediaStorageClassRequest(ModifyMediaStorageClassRequest 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[] |
getFileIds()
Get The unique IDs of media files
|
String |
getRestoreTier()
Get The retrieval mode.
|
String |
getStorageClass()
Get The target storage class.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setFileIds(String[] FileIds)
Set The unique IDs of media files
|
void |
setRestoreTier(String RestoreTier)
Set The retrieval mode.
|
void |
setStorageClass(String StorageClass)
Set The target storage class.
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyMediaStorageClassRequest()
public ModifyMediaStorageClassRequest(ModifyMediaStorageClassRequest source)
public String[] getFileIds()
public void setFileIds(String[] FileIds)
FileIds
- The unique IDs of media filespublic String getStorageClass()
public void setStorageClass(String StorageClass)
StorageClass
- The target storage class. Valid values:
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 getRestoreTier()
public void setRestoreTier(String RestoreTier)
RestoreTier
- The retrieval mode. When switching files from DEEP ARCHIVE or ARCHIVE to STANDARD, you need to specify the retrieval mode. For details, see [Data retrieval and retrieval mode](https://intl.cloud.tencent.com/document/product/266/43051#data-retrieval-and-retrieval-mode.3Ca-id.3D.22retake.22.3E.3C.2Fa.3E).
If the current storage class is ARCHIVE, the valid values for this parameter are as follows:
Copyright © 2023. All rights reserved.