public class IPStrategysStatus extends AbstractModel
| Constructor and Description | 
|---|
| IPStrategysStatus() | 
| IPStrategysStatus(IPStrategysStatus 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 | 
|---|---|
| IPStrategy[] | getStrategySet()Get Policy list. | 
| Long | getTotalCount()Get Number of policies. | 
| void | setStrategySet(IPStrategy[] StrategySet)Set Policy list. | 
| void | setTotalCount(Long TotalCount)Set Number of policies. | 
| 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 IPStrategysStatus()
public IPStrategysStatus(IPStrategysStatus source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of policies.
Note: this field may return null, indicating that no valid values can be obtained.public IPStrategy[] getStrategySet()
public void setStrategySet(IPStrategy[] StrategySet)
StrategySet - Policy list.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.