public class ForbidLiveStreamRequest extends AbstractModel
Constructor and Description |
---|
ForbidLiveStreamRequest() |
ForbidLiveStreamRequest(ForbidLiveStreamRequest 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 |
getReason()
Get Reason for forbidding.
|
String |
getResumeTime()
Get The time (in UTC format) to resume the stream, such as 2018-11-29T19:00:00Z.
|
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 |
setReason(String Reason)
Set Reason for forbidding.
|
void |
setResumeTime(String ResumeTime)
Set The time (in UTC format) to resume the stream, such as 2018-11-29T19:00:00Z.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ForbidLiveStreamRequest()
public ForbidLiveStreamRequest(ForbidLiveStreamRequest 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.public String getResumeTime()
public void setResumeTime(String ResumeTime)
ResumeTime
- The time (in UTC format) to resume the stream, such as 2018-11-29T19:00:00Z.
Notes:
1. The default stream disabling period is seven days. A stream can be disabled for up to 90 days.
2. Beijing time is 8 hours ahead of UTC. The [ISO 8601 format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format) is used.public String getReason()
public void setReason(String Reason)
Reason
- Reason for forbidding.
Note: Be sure to enter the reason for forbidding to avoid any faulty operations.
Length limit: 2,048 bytes.Copyright © 2023. All rights reserved.