public class DisassociateFirewallParam extends BaseRequestParam
action, projectId, publicKey, signature| 限定符 | 构造器和说明 |
|---|---|
protected |
DisassociateFirewallParam() |
|
DisassociateFirewallParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty") String zone,
@NotEmpty(message="fwId can not be empty") String fwId,
@NotEmpty(message="resourceType can not be empty") String resourceType,
@NotEmpty(message="resourceId can not be empty") String resourceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFwId() |
String |
getRegion() |
String |
getResourceId() |
String |
getResourceType() |
String |
getZone() |
void |
setFwId(String fwId) |
void |
setRegion(String region) |
void |
setResourceId(String resourceId) |
void |
setResourceType(String resourceType) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic DisassociateFirewallParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty")
@NotEmpty(message="zone can not be empty") String zone,
@NotEmpty(message="fwId can not be empty")
@NotEmpty(message="fwId can not be empty") String fwId,
@NotEmpty(message="resourceType can not be empty")
@NotEmpty(message="resourceType can not be empty") String resourceType,
@NotEmpty(message="resourceId can not be empty")
@NotEmpty(message="resourceId can not be empty") String resourceId)
protected DisassociateFirewallParam()
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getFwId()
public void setFwId(String fwId)
public String getResourceType()
public void setResourceType(String resourceType)
public String getResourceId()
public void setResourceId(String resourceId)
Copyright © 2019. All rights reserved.