@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1beta1HostPortRange extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MAX |
static String |
SERIALIZED_NAME_MIN |
Constructor and Description |
---|
V1beta1HostPortRange() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getMax()
max is the end of the range, inclusive.
|
Integer |
getMin()
min is the start of the range, inclusive.
|
int |
hashCode() |
V1beta1HostPortRange |
max(Integer max) |
V1beta1HostPortRange |
min(Integer min) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
String |
toString() |
public static final String SERIALIZED_NAME_MAX
public static final String SERIALIZED_NAME_MIN
public V1beta1HostPortRange max(Integer max)
public Integer getMax()
public void setMax(Integer max)
public V1beta1HostPortRange min(Integer min)
public Integer getMin()
public void setMin(Integer min)
Copyright © 2020. All rights reserved.