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:
DoneableIntOrString
,HTTPGetActionFluentImpl.PortNestedImpl
,IntOrStringBuilder
,IntOrStringFluentImpl
,ServicePortFluentImpl.TargetPortNestedImpl
,TCPSocketActionFluentImpl.PortNestedImpl
public interface IntOrStringFluent<A extends IntOrStringFluent<A>> extends Fluent<A>
-
Method Summary
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
withNewIntVal(int arg1)
A
withNewIntVal(String arg1)
A
withNewKind(int arg1)
A
withNewKind(String arg1)
A
withNewStrVal(String arg1)
A
withNewStrVal(StringBuffer arg1)
A
withNewStrVal(StringBuilder arg1)
A
withStrVal(String StrVal)
-
Method Details
-
getIntVal
Integer getIntVal() -
withIntVal
-
hasIntVal
Boolean hasIntVal() -
withNewIntVal
-
withNewIntVal
-
getKind
Integer getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
getStrVal
String getStrVal() -
withStrVal
-
hasStrVal
Boolean hasStrVal() -
withNewStrVal
-
withNewStrVal
-
withNewStrVal
-
addToAdditionalProperties
-
addToAdditionalProperties
-
removeFromAdditionalProperties
-
removeFromAdditionalProperties
-
getAdditionalProperties
-
withAdditionalProperties
-
hasAdditionalProperties
Boolean hasAdditionalProperties()
-