public class DescribeSwitchListsResponse extends AbstractModel
Constructor and Description |
---|
DescribeSwitchListsResponse() |
DescribeSwitchListsResponse(DescribeSwitchListsResponse 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 |
---|---|
String[] |
getAreaLists()
Get Region list
|
SwitchListsData[] |
getData()
Get List data
|
Long |
getOffNum()
Get Number of disabled firewalls
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getOnNum()
Get Number of enabled firewalls
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotal()
Get Total entries
|
void |
setAreaLists(String[] AreaLists)
Set Region list
|
void |
setData(SwitchListsData[] Data)
Set List data
|
void |
setOffNum(Long OffNum)
Set Number of disabled firewalls
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setOnNum(Long OnNum)
Set Number of enabled firewalls
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotal(Long Total)
Set Total entries
|
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 DescribeSwitchListsResponse()
public DescribeSwitchListsResponse(DescribeSwitchListsResponse source)
public Long getTotal()
public void setTotal(Long Total)
Total
- Total entriespublic SwitchListsData[] getData()
public void setData(SwitchListsData[] Data)
Data
- List datapublic String[] getAreaLists()
public void setAreaLists(String[] AreaLists)
AreaLists
- Region listpublic Long getOnNum()
public void setOnNum(Long OnNum)
OnNum
- Number of enabled firewalls
Note: This field may return `null`, indicating that no valid value was found.public Long getOffNum()
public void setOffNum(Long OffNum)
OffNum
- Number of disabled firewalls
Note: This field may return `null`, indicating that no valid value was found.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.