public class BackendForListDomainOutput extends Object
| Constructor and Description |
|---|
BackendForListDomainOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIP()
Get IP
|
Integer |
getPort()
Get port
|
String |
getProtocol()
Get protocol
|
Integer |
getWeight()
Get weight
|
int |
hashCode() |
BackendForListDomainOutput |
IP(String IP) |
BackendForListDomainOutput |
port(Integer port) |
BackendForListDomainOutput |
protocol(String protocol) |
void |
setIP(String IP) |
void |
setPort(Integer port) |
void |
setProtocol(String protocol) |
void |
setWeight(Integer weight) |
String |
toString() |
BackendForListDomainOutput |
weight(Integer weight) |
public BackendForListDomainOutput IP(String IP)
public String getIP()
public void setIP(String IP)
public BackendForListDomainOutput port(Integer port)
public Integer getPort()
public void setPort(Integer port)
public BackendForListDomainOutput protocol(String protocol)
public String getProtocol()
public void setProtocol(String protocol)
public BackendForListDomainOutput weight(Integer weight)
public Integer getWeight()
public void setWeight(Integer weight)
Copyright © 2025. All rights reserved.