@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1NodeAddress extends Object
Modifier and Type | Class and Description |
---|---|
static class |
V1NodeAddress.TypeEnum
Node address type, one of Hostname, ExternalIP or InternalIP.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADDRESS |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
V1NodeAddress() |
Modifier and Type | Method and Description |
---|---|
V1NodeAddress |
address(String address) |
boolean |
equals(Object o) |
String |
getAddress()
The node address.
|
V1NodeAddress.TypeEnum |
getType()
Node address type, one of Hostname, ExternalIP or InternalIP.
|
int |
hashCode() |
void |
setAddress(String address) |
void |
setType(V1NodeAddress.TypeEnum type) |
String |
toString() |
V1NodeAddress |
type(V1NodeAddress.TypeEnum type) |
public static final String SERIALIZED_NAME_ADDRESS
public static final String SERIALIZED_NAME_TYPE
public V1NodeAddress address(String address)
public String getAddress()
public void setAddress(String address)
public V1NodeAddress type(V1NodeAddress.TypeEnum type)
public V1NodeAddress.TypeEnum getType()
public void setType(V1NodeAddress.TypeEnum type)
Copyright © 2022. All rights reserved.