@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1EndpointPort extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_APP_PROTOCOL |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PORT |
static String |
SERIALIZED_NAME_PROTOCOL |
Constructor and Description |
---|
V1EndpointPort() |
Modifier and Type | Method and Description |
---|---|
V1EndpointPort |
appProtocol(String appProtocol) |
boolean |
equals(Object o) |
String |
getAppProtocol()
The application protocol for this port.
|
String |
getName()
The name of this port.
|
Integer |
getPort()
The port number of the endpoint.
|
String |
getProtocol()
The IP protocol for this port.
|
int |
hashCode() |
V1EndpointPort |
name(String name) |
V1EndpointPort |
port(Integer port) |
V1EndpointPort |
protocol(String protocol) |
void |
setAppProtocol(String appProtocol) |
void |
setName(String name) |
void |
setPort(Integer port) |
void |
setProtocol(String protocol) |
String |
toString() |
public static final String SERIALIZED_NAME_APP_PROTOCOL
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PORT
public static final String SERIALIZED_NAME_PROTOCOL
public V1EndpointPort appProtocol(String appProtocol)
@Nullable public String getAppProtocol()
public void setAppProtocol(String appProtocol)
public V1EndpointPort name(String name)
@Nullable public String getName()
public void setName(String name)
public V1EndpointPort port(Integer port)
public Integer getPort()
public void setPort(Integer port)
public V1EndpointPort protocol(String protocol)
@Nullable public String getProtocol()
public void setProtocol(String protocol)
Copyright © 2021. All rights reserved.