public class CreateLiveTranscodeRuleRequest extends AbstractModel
Constructor and Description |
---|
CreateLiveTranscodeRuleRequest() |
CreateLiveTranscodeRuleRequest(CreateLiveTranscodeRuleRequest 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 |
getAppName()
Get Push path, which is the same as the `AppName` in push and playback addresses and is `live` by default.
|
String |
getDomainName()
Get Playback domain name.
|
String |
getStreamName()
Get Stream name.
|
Long |
getTemplateId()
Get Designates an existing template ID.
|
void |
setAppName(String AppName)
Set Push path, which is the same as the `AppName` in push and playback addresses and is `live` by default.
|
void |
setDomainName(String DomainName)
Set Playback domain name.
|
void |
setStreamName(String StreamName)
Set Stream name.
|
void |
setTemplateId(Long TemplateId)
Set Designates an existing template ID.
|
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 CreateLiveTranscodeRuleRequest()
public CreateLiveTranscodeRuleRequest(CreateLiveTranscodeRuleRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Playback domain name.public String getAppName()
public void setAppName(String AppName)
AppName
- Push path, which is the same as the `AppName` in push and playback addresses and is `live` by default. If you only bind a domain name, leave this parameter empty.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name. If only the domain name or path is bound, leave this parameter blank.public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- Designates an existing template ID.Copyright © 2021. All rights reserved.