public class ForbidMediaDistributionRequest extends AbstractModel
Constructor and Description |
---|
ForbidMediaDistributionRequest() |
ForbidMediaDistributionRequest(ForbidMediaDistributionRequest 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 媒体文件列表,每次最多可提交 20 条。
|
String |
getOperation()
Get forbid:禁播,recover:解禁。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setFileIds(String[] FileIds)
Set 媒体文件列表,每次最多可提交 20 条。
|
void |
setOperation(String Operation)
Set forbid:禁播,recover:解禁。
|
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 ForbidMediaDistributionRequest()
public ForbidMediaDistributionRequest(ForbidMediaDistributionRequest source)
public String[] getFileIds()
public void setFileIds(String[] FileIds)
FileIds
- 媒体文件列表,每次最多可提交 20 条。public String getOperation()
public void setOperation(String Operation)
Operation
- forbid:禁播,recover:解禁。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2022. All rights reserved.