public class RestoreMediaRequest extends AbstractModel
| Constructor and Description |
|---|
RestoreMediaRequest() |
RestoreMediaRequest(RestoreMediaRequest 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 IDs of media files.
|
Long |
getRestoreDay()
Get The number of days during which the restored files will remain available.
|
String |
getRestoreTier()
Get The retrieval mode.
|
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 IDs of media files.
|
void |
setRestoreDay(Long RestoreDay)
Set The number of days during which the restored files will remain available.
|
void |
setRestoreTier(String RestoreTier)
Set The retrieval mode.
|
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, toJsonStringpublic RestoreMediaRequest()
public RestoreMediaRequest(RestoreMediaRequest source)
public String[] getFileIds()
public void setFileIds(String[] FileIds)
FileIds - The IDs of media files.public Long getRestoreDay()
public void setRestoreDay(Long RestoreDay)
RestoreDay - The number of days during which the restored files will remain available.public String getRestoreTier()
public void setRestoreTier(String RestoreTier)
RestoreTier - The retrieval mode. If the current storage class is ARCHIVE, the valid values for this parameter are as follows:
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.Copyright © 2022. All rights reserved.