public class AppBackendServer extends Object
| Constructor and Description |
|---|
AppBackendServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId() |
List<AppRsPortModel> |
getPortList() |
String |
getPrivateIp() |
Integer |
getWeight() |
AppBackendServer |
setInstanceId(String instanceId) |
AppBackendServer |
setPortList(List<AppRsPortModel> portList) |
AppBackendServer |
setPrivateIp(String privateIp) |
AppBackendServer |
setWeight(Integer weight) |
String |
toString() |
public AppBackendServer setInstanceId(String instanceId)
public String getInstanceId()
public AppBackendServer setWeight(Integer weight)
public Integer getWeight()
public AppBackendServer setPrivateIp(String privateIp)
public String getPrivateIp()
public AppBackendServer setPortList(List<AppRsPortModel> portList)
public List<AppRsPortModel> getPortList()
Copyright © 2026. All rights reserved.