Class IntOrString
java.lang.Object
io.micronaut.kubernetes.client.openapi.type.IntOrString
Custom type which is a wrapper for string or integer value.
The code has been copied from the official client and modified: IntOrString
-
Constructor Details
-
IntOrString
-
IntOrString
public IntOrString(int value)
-
-
Method Details
-
isInteger
public boolean isInteger() -
getStrValue
-
getIntValue
-
toString
-
equals
-
hashCode
-