public class StreamOnlineInfo extends AbstractModel
| Constructor and Description | 
|---|
StreamOnlineInfo()  | 
StreamOnlineInfo(StreamOnlineInfo 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 Application name. 
 | 
String | 
getDomainName()
Get Push domain name. 
 | 
PublishTime[] | 
getPublishTimeList()
Get Push time list 
 | 
String | 
getStreamName()
Get Stream name. 
 | 
void | 
setAppName(String AppName)
Set Application name. 
 | 
void | 
setDomainName(String DomainName)
Set Push domain name. 
 | 
void | 
setPublishTimeList(PublishTime[] PublishTimeList)
Set Push time list 
 | 
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 StreamOnlineInfo()
public StreamOnlineInfo(StreamOnlineInfo source)
public String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream name.public PublishTime[] getPublishTimeList()
public void setPublishTimeList(PublishTime[] PublishTimeList)
PublishTimeList - Push time listpublic String getAppName()
public void setAppName(String AppName)
AppName - Application name.public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Push domain name.Copyright © 2021. All rights reserved.