public class ExtensionsV1beta1HostPortRange extends Object
Constructor and Description |
---|
ExtensionsV1beta1HostPortRange() |
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() |
ExtensionsV1beta1HostPortRange |
max(Integer max) |
ExtensionsV1beta1HostPortRange |
min(Integer min) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
String |
toString() |
public ExtensionsV1beta1HostPortRange max(Integer max)
public Integer getMax()
public void setMax(Integer max)
public ExtensionsV1beta1HostPortRange min(Integer min)
public Integer getMin()
public void setMin(Integer min)
Copyright © 2018. All rights reserved.