public class DescribeLoadBalancingRequest extends AbstractModel
Constructor and Description |
---|
DescribeLoadBalancingRequest() |
DescribeLoadBalancingRequest(DescribeLoadBalancingRequest 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 |
---|---|
Boolean |
getFuzzy()
Get Specifies whether the `Host` parameter supports fuzzy match
|
String |
getHost()
Get Ignore query string parameter
|
Long |
getLimit()
Get Pagination parameter
|
Long |
getOffset()
Get Pagination parameter
|
String |
getZoneId()
Get Site ID
|
void |
setFuzzy(Boolean Fuzzy)
Set Specifies whether the `Host` parameter supports fuzzy match
|
void |
setHost(String Host)
Set Ignore query string parameter
|
void |
setLimit(Long Limit)
Set Pagination parameter
|
void |
setOffset(Long Offset)
Set Pagination parameter
|
void |
setZoneId(String ZoneId)
Set Site ID
|
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, toJsonString
public DescribeLoadBalancingRequest()
public DescribeLoadBalancingRequest(DescribeLoadBalancingRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Site IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination parameterpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Pagination parameterpublic String getHost()
public void setHost(String Host)
Host
- Ignore query string parameterpublic Boolean getFuzzy()
public void setFuzzy(Boolean Fuzzy)
Fuzzy
- Specifies whether the `Host` parameter supports fuzzy matchCopyright © 2023. All rights reserved.