public class HostAliasFluentImpl<A extends HostAliasFluent<A>> extends BaseFluent<A> implements HostAliasFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
HostAliasFluentImpl() |
HostAliasFluentImpl(HostAlias instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HostAliasFluentImpl()
public HostAliasFluentImpl(HostAlias instance)
public A addToHostnames(int index, String item)
addToHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public A setToHostnames(int index, String item)
setToHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public A addToHostnames(String... items)
addToHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public A addAllToHostnames(Collection<String> items)
addAllToHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public A removeFromHostnames(String... items)
removeFromHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public A removeAllFromHostnames(Collection<String> items)
removeAllFromHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public List<String> getHostnames()
getHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public String getHostname(int index)
getHostname in interface HostAliasFluent<A extends HostAliasFluent<A>>public String getFirstHostname()
getFirstHostname in interface HostAliasFluent<A extends HostAliasFluent<A>>public String getLastHostname()
getLastHostname in interface HostAliasFluent<A extends HostAliasFluent<A>>public String getMatchingHostname(Predicate<String> predicate)
getMatchingHostname in interface HostAliasFluent<A extends HostAliasFluent<A>>public Boolean hasMatchingHostname(Predicate<String> predicate)
hasMatchingHostname in interface HostAliasFluent<A extends HostAliasFluent<A>>public A withHostnames(List<String> hostnames)
withHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public A withHostnames(String... hostnames)
withHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public Boolean hasHostnames()
hasHostnames in interface HostAliasFluent<A extends HostAliasFluent<A>>public String getIp()
getIp in interface HostAliasFluent<A extends HostAliasFluent<A>>public A withIp(String ip)
withIp in interface HostAliasFluent<A extends HostAliasFluent<A>>public Boolean hasIp()
hasIp in interface HostAliasFluent<A extends HostAliasFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HostAliasFluent<A extends HostAliasFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HostAliasFluent<A extends HostAliasFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HostAliasFluent<A extends HostAliasFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HostAliasFluent<A extends HostAliasFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HostAliasFluent<A extends HostAliasFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HostAliasFluent<A extends HostAliasFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HostAliasFluent<A extends HostAliasFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends HostAliasFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends HostAliasFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.