Package io.fabric8.kubernetes.api.model
Class IntOrStringFluent<A extends IntOrStringFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AnyTypeFluent<A>
-
- io.fabric8.kubernetes.api.model.IntOrStringFluent<A>
-
- Direct Known Subclasses:
HTTPGetActionFluent.PortNested
,IntOrStringBuilder
,ServicePortFluent.TargetPortNested
,TCPSocketActionFluent.PortNested
public class IntOrStringFluent<A extends IntOrStringFluent<A>> extends AnyTypeFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description IntOrStringFluent()
IntOrStringFluent(IntOrString instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
copyInstance(IntOrString instance)
boolean
equals(Object o)
int
hashCode()
String
toString()
-
Methods inherited from class io.fabric8.kubernetes.api.model.AnyTypeFluent
copyInstance, getValue, hasValue, withValue
-
-
-
-
Constructor Detail
-
IntOrStringFluent
public IntOrStringFluent()
-
IntOrStringFluent
public IntOrStringFluent(IntOrString instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IntOrString instance)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAnyTypeFluent<A extends IntOrStringFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAnyTypeFluent<A extends IntOrStringFluent<A>>
-
toString
public String toString()
- Overrides:
toString
in classAnyTypeFluent<A extends IntOrStringFluent<A>>
-
-