@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1HostAlias extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HOSTNAMES |
static String |
SERIALIZED_NAME_IP |
Constructor and Description |
---|
V1HostAlias() |
Modifier and Type | Method and Description |
---|---|
V1HostAlias |
addHostnamesItem(String hostnamesItem) |
boolean |
equals(Object o) |
List<String> |
getHostnames()
Hostnames for the above IP address.
|
String |
getIp()
IP address of the host file entry.
|
int |
hashCode() |
V1HostAlias |
hostnames(List<String> hostnames) |
V1HostAlias |
ip(String ip) |
void |
setHostnames(List<String> hostnames) |
void |
setIp(String ip) |
String |
toString() |
public static final String SERIALIZED_NAME_HOSTNAMES
public static final String SERIALIZED_NAME_IP
public V1HostAlias hostnames(List<String> hostnames)
public V1HostAlias addHostnamesItem(String hostnamesItem)
@Nullable public List<String> getHostnames()
public V1HostAlias ip(String ip)
public void setIp(String ip)
Copyright © 2021. All rights reserved.