public class DescribeProxyGroupListResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeProxyGroupListResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProxyGroupInfo[] | getProxyGroupList()Get List of connection groups. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getTotalCount()Get Total number of connection groups. | 
| void | setProxyGroupList(ProxyGroupInfo[] ProxyGroupList)Set List of connection groups. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTotalCount(Long TotalCount)Set Total number of connection groups. | 
| 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 Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of connection groups.public ProxyGroupInfo[] getProxyGroupList()
public void setProxyGroupList(ProxyGroupInfo[] ProxyGroupList)
ProxyGroupList - List of connection groups.
Note: This field may return null, indicating that no valid values 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 © 2021. All rights reserved.