public class DrmInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DrmInfo() |
DrmInfo(DrmInfo 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 |
---|---|
SimpleAesDrm |
getSimpleAesDrm()
Get The AES-128 encryption details.
|
String |
getType()
Get The encryption type.
|
void |
setSimpleAesDrm(SimpleAesDrm SimpleAesDrm)
Set The AES-128 encryption details.
|
void |
setType(String Type)
Set The encryption type.
|
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, toJsonString
public DrmInfo()
public DrmInfo(DrmInfo source)
public String getType()
public void setType(String Type)
Type
- The encryption type.
public SimpleAesDrm getSimpleAesDrm()
public void setSimpleAesDrm(SimpleAesDrm SimpleAesDrm)
SimpleAesDrm
- The AES-128 encryption details.
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.