public class AppRsPort extends Object
| Constructor and Description |
|---|
AppRsPort() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackendPort() |
String |
getHealthCheckPortType() |
Integer |
getListenerPort() |
String |
getPolicyId() |
String |
getPortId() |
String |
getPortType() |
String |
getStatus() |
void |
setBackendPort(String backendPort) |
void |
setHealthCheckPortType(String healthCheckPortType) |
void |
setListenerPort(Integer listenerPort) |
void |
setPolicyId(String policyId) |
void |
setPortId(String portId) |
void |
setPortType(String portType) |
void |
setStatus(String status) |
String |
toString() |
public Integer getListenerPort()
public void setListenerPort(Integer listenerPort)
public String getBackendPort()
public void setBackendPort(String backendPort)
public String getPortType()
public void setPortType(String portType)
public String getHealthCheckPortType()
public void setHealthCheckPortType(String healthCheckPortType)
public String getStatus()
public void setStatus(String status)
public String getPortId()
public void setPortId(String portId)
public String getPolicyId()
public void setPolicyId(String policyId)
Copyright © 2024. All rights reserved.