public class BindDetailItem extends AbstractModel
skipSign
Constructor and Description |
---|
BindDetailItem() |
BindDetailItem(BindDetailItem 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 |
getDomain()
Get Specifies the domain name to be bound
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getListenerId()
Get Specifies the ID of listener to be bound
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getListenerName()
Get Listener name.
|
String |
getLoadBalancerId()
Get Specifies the ID of CLB to be bound
|
String |
getLocationId()
Get Sets the bound rule.
|
String |
getProtocol()
Get Listener protocol.
|
String |
getUconfigId()
Get Configuration ID.
|
String |
getUrl()
Get URL of the location.
|
Long |
getVport()
Get Listener port.
|
void |
setDomain(String Domain)
Set Specifies the domain name to be bound
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setListenerId(String ListenerId)
Set Specifies the ID of listener to be bound
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setListenerName(String ListenerName)
Set Listener name.
|
void |
setLoadBalancerId(String LoadBalancerId)
Set Specifies the ID of CLB to be bound
|
void |
setLocationId(String LocationId)
Set Sets the bound rule.
|
void |
setProtocol(String Protocol)
Set Listener protocol.
|
void |
setUconfigId(String UconfigId)
Set Configuration ID.
|
void |
setUrl(String Url)
Set URL of the location.
|
void |
setVport(Long Vport)
Set Listener port.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BindDetailItem()
public BindDetailItem(BindDetailItem source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- Specifies the ID of CLB to be boundpublic String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- Specifies the ID of listener to be bound
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain
- Specifies the domain name to be bound
Note: this field may return `null`, indicating that no valid values can be obtained.public String getLocationId()
public void setLocationId(String LocationId)
LocationId
- Sets the bound rule.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getListenerName()
public void setListenerName(String ListenerName)
ListenerName
- Listener name.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Listener protocol.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getVport()
public void setVport(Long Vport)
Vport
- Listener port.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getUrl()
public void setUrl(String Url)
Url
- URL of the location.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getUconfigId()
public void setUconfigId(String UconfigId)
UconfigId
- Configuration ID.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.