public class CreateEncryptKeysRequest extends AbstractModel
Constructor and Description |
---|
CreateEncryptKeysRequest() |
CreateEncryptKeysRequest(CreateEncryptKeysRequest 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 |
getContentId()
Get 一个加密内容的唯一标识。
|
String |
getContentType()
Get 内容类型。接口取值VodVideo,LiveVideo。
|
String |
getDrmType()
Get 使用的DRM方案类型,接口取值WIDEVINE、FAIRPLAY、NORMALAES。
|
KeyParam[] |
getKeys()
Get 设置的加密密钥列表。
|
void |
setContentId(String ContentId)
Set 一个加密内容的唯一标识。
|
void |
setContentType(String ContentType)
Set 内容类型。接口取值VodVideo,LiveVideo。
|
void |
setDrmType(String DrmType)
Set 使用的DRM方案类型,接口取值WIDEVINE、FAIRPLAY、NORMALAES。
|
void |
setKeys(KeyParam[] Keys)
Set 设置的加密密钥列表。
|
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 CreateEncryptKeysRequest()
public CreateEncryptKeysRequest(CreateEncryptKeysRequest source)
public String getDrmType()
public void setDrmType(String DrmType)
DrmType
- 使用的DRM方案类型,接口取值WIDEVINE、FAIRPLAY、NORMALAES。public KeyParam[] getKeys()
public void setKeys(KeyParam[] Keys)
Keys
- 设置的加密密钥列表。public String getContentId()
public void setContentId(String ContentId)
ContentId
- 一个加密内容的唯一标识。public String getContentType()
public void setContentType(String ContentType)
ContentType
- 内容类型。接口取值VodVideo,LiveVideo。Copyright © 2023. All rights reserved.