public class CreateHTTPListenerRequest extends AbstractModel
| Constructor and Description |
|---|
CreateHTTPListenerRequest() |
CreateHTTPListenerRequest(CreateHTTPListenerRequest 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 |
getGroupId()
Get 通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器
|
String |
getListenerName()
Get 监听器名称
|
Long |
getPort()
Get 监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复
|
String |
getProxyId()
Get 通道ID,与GroupId不能同时设置,对应为通道创建监听器
|
void |
setGroupId(String GroupId)
Set 通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器
|
void |
setListenerName(String ListenerName)
Set 监听器名称
|
void |
setPort(Long Port)
Set 监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复
|
void |
setProxyId(String ProxyId)
Set 通道ID,与GroupId不能同时设置,对应为通道创建监听器
|
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 CreateHTTPListenerRequest()
public CreateHTTPListenerRequest(CreateHTTPListenerRequest source)
public String getListenerName()
public void setListenerName(String ListenerName)
ListenerName - 监听器名称public Long getPort()
public void setPort(Long Port)
Port - 监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - 通道ID,与GroupId不能同时设置,对应为通道创建监听器public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器Copyright © 2021. All rights reserved.