public class ListenerBackend extends AbstractModel
| Constructor and Description |
|---|
ListenerBackend() |
ListenerBackend(ListenerBackend 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
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPort()
Get 监听器的端口
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtocol()
Get 监听器的协议
注意:此字段可能返回 null,表示取不到有效值。
|
Backend[] |
getTargets()
Get 监听器上绑定的后端服务列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setListenerId(String ListenerId)
Set 监听器 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPort(Long Port)
Set 监听器的端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocol(String Protocol)
Set 监听器的协议
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTargets(Backend[] Targets)
Set 监听器上绑定的后端服务列表
注意:此字段可能返回 null,表示取不到有效值。
|
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 ListenerBackend()
public ListenerBackend(ListenerBackend source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - 监听器 ID
注意:此字段可能返回 null,表示取不到有效值。public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 监听器的协议
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port - 监听器的端口
注意:此字段可能返回 null,表示取不到有效值。public Backend[] getTargets()
public void setTargets(Backend[] Targets)
Targets - 监听器上绑定的后端服务列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.