Package io.fabric8.kubernetes.api.model
Class NodeAddressFluentImpl<A extends NodeAddressFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeAddressFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,NodeAddressFluent<A>
- Direct Known Subclasses:
NodeAddressBuilder
,NodeStatusFluentImpl.AddressesNestedImpl
,WatchEventFluentImpl.NodeAddressObjectNestedImpl
public class NodeAddressFluentImpl<A extends NodeAddressFluent<A>> extends BaseFluent<A> implements NodeAddressFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NodeAddressFluentImpl()
NodeAddressFluentImpl(NodeAddress instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAddress()
String
getType()
Boolean
hasAddress()
int
hashCode()
Boolean
hasType()
A
withAddress(String address)
A
withNewAddress(String arg1)
A
withNewAddress(StringBuffer arg1)
A
withNewAddress(StringBuilder arg1)
A
withNewType(String arg1)
A
withNewType(StringBuffer arg1)
A
withNewType(StringBuilder arg1)
A
withType(String type)
-
-
-
Constructor Detail
-
NodeAddressFluentImpl
public NodeAddressFluentImpl()
-
NodeAddressFluentImpl
public NodeAddressFluentImpl(NodeAddress instance)
-
-
Method Detail
-
getAddress
public String getAddress()
- Specified by:
getAddress
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
withAddress
public A withAddress(String address)
- Specified by:
withAddress
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
hasAddress
public Boolean hasAddress()
- Specified by:
hasAddress
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
withNewAddress
public A withNewAddress(String arg1)
- Specified by:
withNewAddress
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
withNewAddress
public A withNewAddress(StringBuilder arg1)
- Specified by:
withNewAddress
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
withNewAddress
public A withNewAddress(StringBuffer arg1)
- Specified by:
withNewAddress
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
getType
public String getType()
- Specified by:
getType
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withType
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasType
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewType
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewType
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewType
in interfaceNodeAddressFluent<A extends NodeAddressFluent<A>>
-
-