public class ResumeLiveStreamRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ResumeLiveStreamRequest()  | 
ResumeLiveStreamRequest(ResumeLiveStreamRequest 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 Your push domain name. 
 | 
String | 
getStreamName()
Get Stream name. 
 | 
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 Your push domain name. 
 | 
void | 
setStreamName(String StreamName)
Set Stream name. 
 | 
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 ResumeLiveStreamRequest()
public ResumeLiveStreamRequest(ResumeLiveStreamRequest source)
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.public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Your push domain name.public String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream name.Copyright © 2025. All rights reserved.