Package io.fabric8.kubernetes.api.model
Class IntOrString
java.lang.Object
io.fabric8.kubernetes.api.model.IntOrString
- All Implemented Interfaces:
Serializable
public class IntOrString extends Object implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntOrString.Deserializerstatic classIntOrString.Serializer -
Constructor Summary
Constructors Constructor Description IntOrString()IntOrString(Integer intVal)IntOrString(Integer intVal, Integer kind, String strVal, Map<String,Object> additionalProperties)IntOrString(String strVal) -
Method Summary
-
Constructor Details
-
IntOrString
public IntOrString() -
IntOrString
-
IntOrString
-
IntOrString
-
-
Method Details
-
getIntVal
- Returns:
- The IntVal
-
setIntVal
- Parameters:
IntVal- The IntVal
-
getKind
- Returns:
- The Kind
-
setKind
- Parameters:
Kind- The Kind
-
getStrVal
- Returns:
- The StrVal
-
setStrVal
- Parameters:
StrVal- The StrVal
-
getAdditionalProperties
-
setAdditionalProperty
-