@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1ServerAddressByClientCIDR extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_C_I_D_R |
static String |
SERIALIZED_NAME_SERVER_ADDRESS |
Constructor and Description |
---|
V1ServerAddressByClientCIDR() |
Modifier and Type | Method and Description |
---|---|
V1ServerAddressByClientCIDR |
clientCIDR(String clientCIDR) |
boolean |
equals(Object o) |
String |
getClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they
should use.
|
String |
getServerAddress()
Address of this server, suitable for a client that matches the above CIDR.
|
int |
hashCode() |
V1ServerAddressByClientCIDR |
serverAddress(String serverAddress) |
void |
setClientCIDR(String clientCIDR) |
void |
setServerAddress(String serverAddress) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_C_I_D_R
public static final String SERIALIZED_NAME_SERVER_ADDRESS
public V1ServerAddressByClientCIDR clientCIDR(String clientCIDR)
public String getClientCIDR()
public void setClientCIDR(String clientCIDR)
public V1ServerAddressByClientCIDR serverAddress(String serverAddress)
public String getServerAddress()
public void setServerAddress(String serverAddress)
Copyright © 2022. All rights reserved.