public class ListenerInfo extends AbstractModel
| Constructor and Description |
|---|
ListenerInfo() |
ListenerInfo(ListenerInfo 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 |
getListenerId()
Get 监听器ID
|
String |
getListenerName()
Get 监听器名称
|
Long |
getPort()
Get 监听器监听端口
|
String |
getProtocol()
Get 监听器协议类型
|
void |
setListenerId(String ListenerId)
Set 监听器ID
|
void |
setListenerName(String ListenerName)
Set 监听器名称
|
void |
setPort(Long Port)
Set 监听器监听端口
|
void |
setProtocol(String Protocol)
Set 监听器协议类型
|
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 ListenerInfo()
public ListenerInfo(ListenerInfo source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - 监听器IDpublic String getListenerName()
public void setListenerName(String ListenerName)
ListenerName - 监听器名称public Long getPort()
public void setPort(Long Port)
Port - 监听器监听端口public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 监听器协议类型Copyright © 2021. All rights reserved.