public class CreateLiveTimeShiftRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateLiveTimeShiftRuleRequest() |
CreateLiveTimeShiftRuleRequest(CreateLiveTimeShiftRuleRequest 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 The push path, which should be the same as `AppName` in the push and playback URLs.
|
String |
getDomainName()
Get The push domain.
|
String |
getStreamName()
Get The stream name.
|
Long |
getTemplateId()
Get The template ID.
|
void |
setAppName(String AppName)
Set The push path, which should be the same as `AppName` in the push and playback URLs.
|
void |
setDomainName(String DomainName)
Set The push domain.
|
void |
setStreamName(String StreamName)
Set The stream name.
|
void |
setTemplateId(Long TemplateId)
Set The template ID.
|
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 CreateLiveTimeShiftRuleRequest()
public CreateLiveTimeShiftRuleRequest(CreateLiveTimeShiftRuleRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- The push domain.public String getAppName()
public void setAppName(String AppName)
AppName
- The push path, which should be the same as `AppName` in the push and playback URLs. The default value is `live`.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- The stream name.
Note: If you pass in a non-empty string, the rule will only be applied to the specified stream.public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- The template ID.Copyright © 2024. All rights reserved.