public class CreateLivePadRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateLivePadRuleRequest() |
CreateLivePadRuleRequest(CreateLivePadRuleRequest 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 streaming path is consistent with the AppName in the streaming and playback address.
|
String |
getDomainName()
Get Domain name for streaming.
|
String |
getStreamName()
Get Stream name.
|
Long |
getTemplateId()
Get The template ID.
|
void |
setAppName(String AppName)
Set The streaming path is consistent with the AppName in the streaming and playback address.
|
void |
setDomainName(String DomainName)
Set Domain name for streaming.
|
void |
setStreamName(String StreamName)
Set 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateLivePadRuleRequest()
public CreateLivePadRuleRequest(CreateLivePadRuleRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Domain name for streaming.public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- The template ID.public String getAppName()
public void setAppName(String AppName)
AppName
- The streaming path is consistent with the AppName in the streaming and playback address. The default value is live.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name. Note: If this parameter is set to a non-empty string, the rule will only work on this push stream.Copyright © 2025. All rights reserved.