public class V1beta1HostPortRange extends Object
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 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 © 2017. All rights reserved.