public static class ListCfwResponse.Cfw extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCfwResponse.Cfw.CfwRule |
| Constructor and Description |
|---|
Cfw() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBindInstanceNum() |
String |
getCfwId() |
List<ListCfwResponse.Cfw.CfwRule> |
getCfwRules() |
String |
getCreatedTime() |
String |
getDescription() |
String |
getName() |
void |
setBindInstanceNum(Integer bindInstanceNum) |
void |
setCfwId(String cfwId) |
void |
setCfwRules(List<ListCfwResponse.Cfw.CfwRule> cfwRules) |
void |
setCreatedTime(String createdTime) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public void setCfwId(String cfwId)
public String getCfwId()
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()
public void setCreatedTime(String createdTime)
public String getCreatedTime()
public void setBindInstanceNum(Integer bindInstanceNum)
public Integer getBindInstanceNum()
public void setCfwRules(List<ListCfwResponse.Cfw.CfwRule> cfwRules)
public List<ListCfwResponse.Cfw.CfwRule> getCfwRules()
Copyright © 2023. All rights reserved.