Package io.fabric8.kubernetes.api.model
Interface IntOrStringFluent<A extends IntOrStringFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
HTTPGetActionFluent.PortNested<N>
,ServicePortFluent.TargetPortNested<N>
,TCPSocketActionFluent.PortNested<N>
- All Known Implementing Classes:
HTTPGetActionFluentImpl.PortNestedImpl
,IntOrStringBuilder
,IntOrStringFluentImpl
,ServicePortFluentImpl.TargetPortNestedImpl
,TCPSocketActionFluentImpl.PortNestedImpl
public interface IntOrStringFluent<A extends IntOrStringFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
addToAdditionalProperties(String key, Object value)
A
addToAdditionalProperties(Map<String,Object> map)
Map<String,Object>
getAdditionalProperties()
Integer
getIntVal()
Integer
getKind()
String
getStrVal()
Boolean
hasAdditionalProperties()
Boolean
hasIntVal()
Boolean
hasKind()
Boolean
hasStrVal()
A
removeFromAdditionalProperties(String key)
A
removeFromAdditionalProperties(Map<String,Object> map)
A
withAdditionalProperties(Map<String,Object> additionalProperties)
A
withIntVal(Integer IntVal)
A
withKind(Integer Kind)
A
withNewStrVal(String arg1)
A
withNewStrVal(StringBuffer arg1)
A
withNewStrVal(StringBuilder arg1)
A
withStrVal(String StrVal)
-
-
-
Method Detail
-
getIntVal
Integer getIntVal()
-
hasIntVal
Boolean hasIntVal()
-
getKind
Integer getKind()
-
hasKind
Boolean hasKind()
-
getStrVal
String getStrVal()
-
hasStrVal
Boolean hasStrVal()
-
withNewStrVal
A withNewStrVal(StringBuilder arg1)
-
withNewStrVal
A withNewStrVal(StringBuffer arg1)
-
hasAdditionalProperties
Boolean hasAdditionalProperties()
-
-