Package io.fabric8.kubernetes.api.model
Class IntOrString
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.AnyType
-
- io.fabric8.kubernetes.api.model.IntOrString
-
- All Implemented Interfaces:
Serializable
public class IntOrString extends AnyType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.AnyType
AnyType.Serializer
-
-
Constructor Summary
Constructors Constructor Description IntOrString()
IntOrString(Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getIntVal()
Get Integer valueString
getStrVal()
Get String valuevoid
setValue(Object value)
-
-
-
Constructor Detail
-
IntOrString
public IntOrString()
-
IntOrString
public IntOrString(Object value)
-
-