public class V1beta1EndpointFluentImpl<A extends V1beta1EndpointFluent<A>> extends BaseFluent<A> implements V1beta1EndpointFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1beta1EndpointFluentImpl.ConditionsNestedImpl<N> |
class |
V1beta1EndpointFluentImpl.TargetRefNestedImpl<N> |
V1beta1EndpointFluent.ConditionsNested<N>, V1beta1EndpointFluent.TargetRefNested<N>
_visitables
Constructor and Description |
---|
V1beta1EndpointFluentImpl() |
V1beta1EndpointFluentImpl(V1beta1Endpoint instance) |
public V1beta1EndpointFluentImpl()
public V1beta1EndpointFluentImpl(V1beta1Endpoint instance)
public A addToAddresses(int index, String item)
addToAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A setToAddresses(int index, String item)
setToAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A addToAddresses(String... items)
addToAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A addAllToAddresses(Collection<String> items)
addAllToAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A removeFromAddresses(String... items)
removeFromAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A removeAllFromAddresses(Collection<String> items)
removeAllFromAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public List<String> getAddresses()
getAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public String getAddress(int index)
getAddress
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public String getFirstAddress()
getFirstAddress
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public String getLastAddress()
getLastAddress
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public String getMatchingAddress(Predicate<String> predicate)
getMatchingAddress
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public Boolean hasMatchingAddress(Predicate<String> predicate)
hasMatchingAddress
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withAddresses(List<String> addresses)
withAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withAddresses(String... addresses)
withAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public Boolean hasAddresses()
hasAddresses
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A addNewAddress(String arg1)
addNewAddress
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A addNewAddress(StringBuilder arg1)
addNewAddress
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A addNewAddress(StringBuffer arg1)
addNewAddress
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
@Deprecated public V1beta1EndpointConditions getConditions()
getConditions
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointConditions buildConditions()
buildConditions
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withConditions(V1beta1EndpointConditions conditions)
withConditions
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public Boolean hasConditions()
hasConditions
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.ConditionsNested<A> withNewConditions()
withNewConditions
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.ConditionsNested<A> withNewConditionsLike(V1beta1EndpointConditions item)
withNewConditionsLike
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.ConditionsNested<A> editConditions()
editConditions
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.ConditionsNested<A> editOrNewConditions()
editOrNewConditions
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.ConditionsNested<A> editOrNewConditionsLike(V1beta1EndpointConditions item)
editOrNewConditionsLike
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public String getHostname()
getHostname
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withHostname(String hostname)
withHostname
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public Boolean hasHostname()
hasHostname
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withNewHostname(String arg1)
withNewHostname
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withNewHostname(StringBuilder arg1)
withNewHostname
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withNewHostname(StringBuffer arg1)
withNewHostname
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public String getNodeName()
getNodeName
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withNodeName(String nodeName)
withNodeName
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public Boolean hasNodeName()
hasNodeName
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withNewNodeName(String arg1)
withNewNodeName
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withNewNodeName(StringBuilder arg1)
withNewNodeName
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withNewNodeName(StringBuffer arg1)
withNewNodeName
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
@Deprecated public V1ObjectReference getTargetRef()
getTargetRef
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1ObjectReference buildTargetRef()
buildTargetRef
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withTargetRef(V1ObjectReference targetRef)
withTargetRef
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public Boolean hasTargetRef()
hasTargetRef
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.TargetRefNested<A> withNewTargetRef()
withNewTargetRef
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.TargetRefNested<A> withNewTargetRefLike(V1ObjectReference item)
withNewTargetRefLike
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.TargetRefNested<A> editTargetRef()
editTargetRef
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.TargetRefNested<A> editOrNewTargetRef()
editOrNewTargetRef
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public V1beta1EndpointFluent.TargetRefNested<A> editOrNewTargetRefLike(V1ObjectReference item)
editOrNewTargetRefLike
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A addToTopology(String key, String value)
addToTopology
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A addToTopology(Map<String,String> map)
addToTopology
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A removeFromTopology(String key)
removeFromTopology
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A removeFromTopology(Map<String,String> map)
removeFromTopology
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public Map<String,String> getTopology()
getTopology
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public A withTopology(Map<String,String> topology)
withTopology
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
public Boolean hasTopology()
hasTopology
in interface V1beta1EndpointFluent<A extends V1beta1EndpointFluent<A>>
Copyright © 2021. All rights reserved.