public class ForbidStreamInfo extends AbstractModel
| Constructor and Description | 
|---|
| ForbidStreamInfo() | 
| ForbidStreamInfo(ForbidStreamInfo 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. | 
| String | getCreateTime()Get The creation time. | 
| String | getDomainName()Get The push domain name. | 
| String | getExpireTime()Get The end time. | 
| String | getStreamName()Get Stream name. | 
| void | setAppName(String AppName)Set The push path. | 
| void | setCreateTime(String CreateTime)Set The creation time. | 
| void | setDomainName(String DomainName)Set The push domain name. | 
| void | setExpireTime(String ExpireTime)Set The end time. | 
| 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, toJsonStringpublic ForbidStreamInfo()
public ForbidStreamInfo(ForbidStreamInfo source)
public String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream name.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The creation time.
Note: Beijing time (UTC+8) is used.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - The end time.
Note: Beijing time (UTC+8) is used.public String getAppName()
public void setAppName(String AppName)
AppName - The push path.
Note: This field may return null, indicating that no valid values can be obtained.public String getDomainName()
public void setDomainName(String DomainName)
DomainName - The push domain name.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.