public class BackendForUpdateDomainInput extends Object
| Constructor and Description |
|---|
BackendForUpdateDomainInput() |
| 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() |
BackendForUpdateDomainInput |
IP(String IP) |
BackendForUpdateDomainInput |
port(Integer port) |
BackendForUpdateDomainInput |
protocol(String protocol) |
void |
setIP(String IP) |
void |
setPort(Integer port) |
void |
setProtocol(String protocol) |
void |
setWeight(Integer weight) |
String |
toString() |
BackendForUpdateDomainInput |
weight(Integer weight) |
public BackendForUpdateDomainInput IP(String IP)
public String getIP()
public void setIP(String IP)
public BackendForUpdateDomainInput port(Integer port)
public Integer getPort()
public void setPort(Integer port)
public BackendForUpdateDomainInput protocol(String protocol)
public String getProtocol()
public void setProtocol(String protocol)
public BackendForUpdateDomainInput weight(Integer weight)
public Integer getWeight()
public void setWeight(Integer weight)
Copyright © 2025. All rights reserved.