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 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)AwithNewStrVal(String arg1)AwithNewStrVal(StringBuffer arg1)AwithNewStrVal(StringBuilder arg1)AwithStrVal(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()
-
-