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 媒体文件唯一标识列表。
|
Long |
getRestoreDay()
Get 解冻出的临时媒体文件的可访问持续时长,单位为“天”。
|
String |
getRestoreTier()
Get 解冻模式。当媒体文件当前的存储类型为归档存储时,有以下取值:
极速模式:Expedited,解冻任务在5分钟后完成。
标准模式:Standard,解冻任务在5小时后完成 。
批量模式:Bulk,,解冻任务在12小时后完成。
当媒体文件的存储类型为深度归档存储时,有以下取值:
标准模式:Standard,解冻任务在24小时后完成。
批量模式:Bulk,解冻任务在48小时后完成。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setFileIds(String[] FileIds)
Set 媒体文件唯一标识列表。
|
void |
setRestoreDay(Long RestoreDay)
Set 解冻出的临时媒体文件的可访问持续时长,单位为“天”。
|
void |
setRestoreTier(String RestoreTier)
Set 解冻模式。当媒体文件当前的存储类型为归档存储时,有以下取值:
极速模式:Expedited,解冻任务在5分钟后完成。
标准模式:Standard,解冻任务在5小时后完成 。
批量模式:Bulk,,解冻任务在12小时后完成。
当媒体文件的存储类型为深度归档存储时,有以下取值:
标准模式:Standard,解冻任务在24小时后完成。
批量模式:Bulk,解冻任务在48小时后完成。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 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 RestoreMediaRequest()
public RestoreMediaRequest(RestoreMediaRequest source)
public String[] getFileIds()
public void setFileIds(String[] FileIds)
FileIds
- 媒体文件唯一标识列表。public Long getRestoreDay()
public void setRestoreDay(Long RestoreDay)
RestoreDay
- 解冻出的临时媒体文件的可访问持续时长,单位为“天”。public String getRestoreTier()
public void setRestoreTier(String RestoreTier)
RestoreTier
- 解冻模式。当媒体文件当前的存储类型为归档存储时,有以下取值:
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2022. All rights reserved.