public class DescribeDirectConnectsResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDirectConnectsResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getAllSignLaw()Get Whether all connections under the account have the service agreement signed. | 
| DirectConnect[] | getDirectConnectSet()Get List of connections. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getTotalCount()Get Number of eligible connection lists. | 
| void | setAllSignLaw(Boolean AllSignLaw)Set Whether all connections under the account have the service agreement signed. | 
| void | setDirectConnectSet(DirectConnect[] DirectConnectSet)Set List of connections. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTotalCount(Long TotalCount)Set Number of eligible connection lists. | 
| 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 DirectConnect[] getDirectConnectSet()
public void setDirectConnectSet(DirectConnect[] DirectConnectSet)
DirectConnectSet - List of connections.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of eligible connection lists.public Boolean getAllSignLaw()
public void setAllSignLaw(Boolean AllSignLaw)
AllSignLaw - Whether all connections under the account have the service agreement signed.
Note: this field may return `null`, indicating that no valid value is 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 © 2020. All rights reserved.