public class CreateLiveRecordTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateLiveRecordTemplateRequest() |
CreateLiveRecordTemplateRequest(CreateLiveRecordTemplateRequest 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 |
getComment()
Get Template description, with a length limit of 256 characters.
|
HLSConfigureInfo |
getHLSConfigure()
Get HLS configuration parameter.
|
MP4ConfigureInfo |
getMP4Configure()
Get MP4 configuration parameter.
|
String |
getName()
Get Recording template name.
|
void |
setComment(String Comment)
Set Template description, with a length limit of 256 characters.
|
void |
setHLSConfigure(HLSConfigureInfo HLSConfigure)
Set HLS configuration parameter.
|
void |
setMP4Configure(MP4ConfigureInfo MP4Configure)
Set MP4 configuration parameter.
|
void |
setName(String Name)
Set Recording template name.
|
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 CreateLiveRecordTemplateRequest()
public CreateLiveRecordTemplateRequest(CreateLiveRecordTemplateRequest source)
public HLSConfigureInfo getHLSConfigure()
public void setHLSConfigure(HLSConfigureInfo HLSConfigure)
HLSConfigure
- HLS configuration parameter. Either this parameter or MP4Configure should be specified.public MP4ConfigureInfo getMP4Configure()
public void setMP4Configure(MP4ConfigureInfo MP4Configure)
MP4Configure
- MP4 configuration parameter. Either this parameter or HLSConfigure should be specified.public String getName()
public void setName(String Name)
Name
- Recording template name. Length limit: 64 characters.public String getComment()
public void setComment(String Comment)
Comment
- Template description, with a length limit of 256 characters.Copyright © 2025. All rights reserved.