public class ChannelInfo extends AbstractModel
| Constructor and Description | 
|---|
ChannelInfo()  | 
ChannelInfo(ChannelInfo 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 | 
|---|---|
CacheInfo | 
getCacheInfo()
Get Cache configuration
Note: this field may return `null`, indicating that no valid value was found. 
 | 
String | 
getId()
Get Channel ID. 
 | 
String | 
getName()
Get Channel name. 
 | 
PointInfo | 
getPoints()
Get Channel input and output. 
 | 
String | 
getProtocol()
Get Channel protocol. 
 | 
void | 
setCacheInfo(CacheInfo CacheInfo)
Set Cache configuration
Note: this field may return `null`, indicating that no valid value was found. 
 | 
void | 
setId(String Id)
Set Channel ID. 
 | 
void | 
setName(String Name)
Set Channel name. 
 | 
void | 
setPoints(PointInfo Points)
Set Channel input and output. 
 | 
void | 
setProtocol(String Protocol)
Set Channel protocol. 
 | 
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 ChannelInfo()
public ChannelInfo(ChannelInfo source)
public String getId()
public void setId(String Id)
Id - Channel ID.public String getName()
public void setName(String Name)
Name - Channel name.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Channel protocol.public PointInfo getPoints()
public void setPoints(PointInfo Points)
Points - Channel input and output.public CacheInfo getCacheInfo()
public void setCacheInfo(CacheInfo CacheInfo)
CacheInfo - Cache configuration
Note: this field may return `null`, indicating that no valid value was found.Copyright © 2022. All rights reserved.