public class ModifyAllPublicIPSwitchStatusRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyAllPublicIPSwitchStatusRequest() | 
| ModifyAllPublicIPSwitchStatusRequest(ModifyAllPublicIPSwitchStatusRequest 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[] | getFireWallPublicIPs()Get ID of the selected firewall toggle | 
| Long | getStatus()Get Status. | 
| void | setFireWallPublicIPs(String[] FireWallPublicIPs)Set ID of the selected firewall toggle | 
| void | setStatus(Long Status)Set Status. | 
| 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 ModifyAllPublicIPSwitchStatusRequest()
public ModifyAllPublicIPSwitchStatusRequest(ModifyAllPublicIPSwitchStatusRequest source)
public Long getStatus()
public void setStatus(Long Status)
Status - Status. 0: off; 1: onpublic String[] getFireWallPublicIPs()
public void setFireWallPublicIPs(String[] FireWallPublicIPs)
FireWallPublicIPs - ID of the selected firewall toggleCopyright © 2023. All rights reserved.