Package io.fabric8.kubernetes.api.model
Interface NodeAddressFluent<A extends NodeAddressFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeStatusFluent.AddressesNested<N>
,WatchEventFluent.NodeAddressObjectNested<N>
- All Known Implementing Classes:
NodeAddressBuilder
,NodeAddressFluentImpl
,NodeStatusFluentImpl.AddressesNestedImpl
,WatchEventFluentImpl.NodeAddressObjectNestedImpl
public interface NodeAddressFluent<A extends NodeAddressFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAddress()
String
getType()
Boolean
hasAddress()
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)
-
-
-
Method Detail
-
getAddress
String getAddress()
-
hasAddress
Boolean hasAddress()
-
withNewAddress
A withNewAddress(StringBuilder arg1)
-
withNewAddress
A withNewAddress(StringBuffer arg1)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-