public class AppPolicy extends Object
| Constructor and Description |
|---|
AppPolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppServerGroupId() |
String |
getAppServerGroupName() |
Integer |
getBackendPort() |
String |
getDesc() |
Integer |
getFrontendPort() |
String |
getId() |
String |
getPortType() |
Integer |
getPriority() |
List<AppRule> |
getRuleList() |
void |
setAppServerGroupId(String appServerGroupId) |
void |
setAppServerGroupName(String appServerGroupName) |
void |
setBackendPort(Integer backendPort) |
void |
setDesc(String desc) |
void |
setFrontendPort(Integer frontendPort) |
void |
setId(String id) |
void |
setPortType(String portType) |
void |
setPriority(Integer priority) |
void |
setRuleList(List<AppRule> ruleList) |
public String getId()
public void setId(String id)
public String getDesc()
public void setDesc(String desc)
public String getAppServerGroupId()
public void setAppServerGroupId(String appServerGroupId)
public String getAppServerGroupName()
public void setAppServerGroupName(String appServerGroupName)
public Integer getFrontendPort()
public void setFrontendPort(Integer frontendPort)
public Integer getBackendPort()
public void setBackendPort(Integer backendPort)
public String getPortType()
public void setPortType(String portType)
public Integer getPriority()
public void setPriority(Integer priority)
Copyright © 2021. All rights reserved.