public class ModifyLoadBalancerChargeModeListener extends AbstractModel
| Constructor and Description |
|---|
ModifyLoadBalancerChargeModeListener() |
ModifyLoadBalancerChargeModeListener(ModifyLoadBalancerChargeModeListener 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 |
|---|---|
Long |
getBandwidth()
Get 带宽。
|
String |
getListenerId()
Get 监听器ID。
|
String |
getProtocol()
Get 协议类型。
|
void |
setBandwidth(Long Bandwidth)
Set 带宽。
|
void |
setListenerId(String ListenerId)
Set 监听器ID。
|
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 ModifyLoadBalancerChargeModeListener()
public ModifyLoadBalancerChargeModeListener(ModifyLoadBalancerChargeModeListener source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - 监听器ID。public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 协议类型。public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - 带宽。Copyright © 2021. All rights reserved.