@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1NodeAddress extends Object
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.
|
String |
getType()
Node address type, one of Hostname, ExternalIP or InternalIP.
|
int |
hashCode() |
void |
setAddress(String address) |
void |
setType(String type) |
String |
toString() |
V1NodeAddress |
type(String 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(String type)
public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.