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 AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)Map<String,Object>getAdditionalProperties()IntegergetIntVal()IntegergetKind()StringgetStrVal()BooleanhasAdditionalProperties()BooleanhasIntVal()BooleanhasKind()BooleanhasStrVal()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithIntVal(Integer IntVal)AwithKind(Integer Kind)AwithNewIntVal(int arg1)AwithNewIntVal(String arg1)AwithNewKind(int arg1)AwithNewKind(String arg1)AwithNewStrVal(String arg1)AwithNewStrVal(StringBuffer arg1)AwithNewStrVal(StringBuilder arg1)AwithStrVal(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()
-