public class DrmOutputPara extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DrmOutputPara() | 
| DrmOutputPara(DrmOutputPara 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 | getLanguage()Get 语言,例: en, zh-cn | 
| String | getType()Get 内容类型。例:video,audio,mpd,m3u8 | 
| void | setLanguage(String Language)Set 语言,例: en, zh-cn | 
| void | setType(String Type)Set 内容类型。例:video,audio,mpd,m3u8 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DrmOutputPara()
public DrmOutputPara(DrmOutputPara source)
public String getType()
public void setType(String Type)
Type - 内容类型。例:video,audio,mpd,m3u8public String getLanguage()
public void setLanguage(String Language)
Language - 语言,例: en, zh-cnCopyright © 2025. All rights reserved.