public class RestoreMediaRequest extends AbstractModel
header, skipSign| 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 Media file unique identifier list, maximum length: 100.
|
Long |
getRestoreDay()
Get The accessible duration of the unfrozen temporary media files must be greater than 0, and the unit is "days".
|
String |
getRestoreTier()
Get The retrieval mode.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setFileIds(String[] FileIds)
Set Media file unique identifier list, maximum length: 100.
|
void |
setRestoreDay(Long RestoreDay)
Set The accessible duration of the unfrozen temporary media files must be greater than 0, and the unit is "days".
|
void |
setRestoreTier(String RestoreTier)
Set The retrieval mode.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RestoreMediaRequest()
public RestoreMediaRequest(RestoreMediaRequest source)
public String[] getFileIds()
public void setFileIds(String[] FileIds)
FileIds - Media file unique identifier list, maximum length: 100.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public Long getRestoreDay()
public void setRestoreDay(Long RestoreDay)
RestoreDay - The accessible duration of the unfrozen temporary media files must be greater than 0, and the unit is "days".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:
Copyright © 2024. All rights reserved.