public class DescribeApplicationProxyResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeApplicationProxyResponse() | 
| DescribeApplicationProxyResponse(DescribeApplicationProxyResponse 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 | 
|---|---|
| ApplicationProxy[] | getData()Get List of data
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| Long | getDomainCount()Get When `PlatType` is `domain`, it indicates the number of proxies that schedule via CNAME. | 
| Long | getIpCount()Get When `PlatType` is `ip`, it indicates the number of proxies that schedule via Anycast IP. | 
| Long | getQuota()Get Disused
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getTotalCount()Get Total number of records
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setData(ApplicationProxy[] Data)Set List of data
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setDomainCount(Long DomainCount)Set When `PlatType` is `domain`, it indicates the number of proxies that schedule via CNAME. | 
| void | setIpCount(Long IpCount)Set When `PlatType` is `ip`, it indicates the number of proxies that schedule via Anycast IP. | 
| void | setQuota(Long Quota)Set Disused
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTotalCount(Long TotalCount)Set Total number of records
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| 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 DescribeApplicationProxyResponse()
public DescribeApplicationProxyResponse(DescribeApplicationProxyResponse source)
public ApplicationProxy[] getData()
public void setData(ApplicationProxy[] Data)
Data - List of data
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of records
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getQuota()
public void setQuota(Long Quota)
Quota - Disused
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getIpCount()
public void setIpCount(Long IpCount)
IpCount - When `PlatType` is `ip`, it indicates the number of proxies that schedule via Anycast IP.
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getDomainCount()
public void setDomainCount(Long DomainCount)
DomainCount - When `PlatType` is `domain`, it indicates the number of proxies that schedule via CNAME.
Note: This field may return `null`, indicating that no valid value can be obtained.public 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 © 2023. All rights reserved.