public class DropLiveStreamRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DropLiveStreamRequest() | 
| DropLiveStreamRequest(DropLiveStreamRequest 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 URL. | 
| String | getDomainName()Get Your push domain. | 
| String | getStreamName()Get The stream name. | 
| void | setAppName(String AppName)Set The push path, which should be the same as `AppName` in the push and playback URL. | 
| void | setDomainName(String DomainName)Set Your push domain. | 
| void | setStreamName(String StreamName)Set The stream 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, toJsonStringpublic DropLiveStreamRequest()
public DropLiveStreamRequest(DropLiveStreamRequest source)
public String getStreamName()
public void setStreamName(String StreamName)
StreamName - The stream name.public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Your 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 URL. The default value is `live`.Copyright © 2024. All rights reserved.