public class DescribeRuleRealServersResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRuleRealServersResponse() |
DescribeRuleRealServersResponse(DescribeRuleRealServersResponse 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 |
---|---|
BindRealServer[] |
getBindRealServerSet()
Get Bound origin server information list
|
Long |
getBindRealServerTotalCount()
Get Quantity of bound origin servers
|
RealServer[] |
getRealServerSet()
Get Information list of origin servers that can be bound
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotalCount()
Get Quantity of origin servers that can be bound
|
void |
setBindRealServerSet(BindRealServer[] BindRealServerSet)
Set Bound origin server information list
|
void |
setBindRealServerTotalCount(Long BindRealServerTotalCount)
Set Quantity of bound origin servers
|
void |
setRealServerSet(RealServer[] RealServerSet)
Set Information list of origin servers that can be bound
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalCount(Long TotalCount)
Set Quantity of origin servers that can be bound
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRuleRealServersResponse()
public DescribeRuleRealServersResponse(DescribeRuleRealServersResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Quantity of origin servers that can be boundpublic RealServer[] getRealServerSet()
public void setRealServerSet(RealServer[] RealServerSet)
RealServerSet
- Information list of origin servers that can be boundpublic Long getBindRealServerTotalCount()
public void setBindRealServerTotalCount(Long BindRealServerTotalCount)
BindRealServerTotalCount
- Quantity of bound origin serverspublic BindRealServer[] getBindRealServerSet()
public void setBindRealServerSet(BindRealServer[] BindRealServerSet)
BindRealServerSet
- Bound origin server information listpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.