public class DrmStreamingsInfoForUpdate extends AbstractModel
header, skipSign
Constructor and Description |
---|
DrmStreamingsInfoForUpdate() |
DrmStreamingsInfoForUpdate(DrmStreamingsInfoForUpdate 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 |
---|---|
Long |
getFairPlayDefinition()
Get The ID of the adaptive bitrate streaming template that encrypts the streams by FairPlay.
|
Long |
getSimpleAesDefinition()
Get ID of the adaptive bitrate streaming template whose protection type is SimpleAES.
|
Long |
getWidevineDefinition()
Get The ID of the adaptive bitrate streaming template that encrypts the streams by Widewine.
|
void |
setFairPlayDefinition(Long FairPlayDefinition)
Set The ID of the adaptive bitrate streaming template that encrypts the streams by FairPlay.
|
void |
setSimpleAesDefinition(Long SimpleAesDefinition)
Set ID of the adaptive bitrate streaming template whose protection type is SimpleAES.
|
void |
setWidevineDefinition(Long WidevineDefinition)
Set The ID of the adaptive bitrate streaming template that encrypts the streams by Widewine.
|
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 DrmStreamingsInfoForUpdate()
public DrmStreamingsInfoForUpdate(DrmStreamingsInfoForUpdate source)
public Long getSimpleAesDefinition()
public void setSimpleAesDefinition(Long SimpleAesDefinition)
SimpleAesDefinition
- ID of the adaptive bitrate streaming template whose protection type is SimpleAES.public Long getWidevineDefinition()
public void setWidevineDefinition(Long WidevineDefinition)
WidevineDefinition
- The ID of the adaptive bitrate streaming template that encrypts the streams by Widewine.public Long getFairPlayDefinition()
public void setFairPlayDefinition(Long FairPlayDefinition)
FairPlayDefinition
- The ID of the adaptive bitrate streaming template that encrypts the streams by FairPlay.Copyright © 2024. All rights reserved.