public class IPAllocationFluentImpl<A extends IPAllocationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IPAllocationFluent<A>
| Constructor and Description |
|---|
IPAllocationFluentImpl() |
IPAllocationFluentImpl(IPAllocation instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getId() |
String |
getPodref() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasId() |
Boolean |
hasPodref() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withId(String id) |
A |
withNewId(String arg0)
Deprecated.
|
A |
withNewPodref(String arg0)
Deprecated.
|
A |
withPodref(String podref) |
public IPAllocationFluentImpl()
public IPAllocationFluentImpl(IPAllocation instance)
public String getId()
getId in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public A withId(String id)
withId in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public Boolean hasId()
hasId in interface IPAllocationFluent<A extends IPAllocationFluent<A>>@Deprecated public A withNewId(String arg0)
withNewId in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public String getPodref()
getPodref in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public A withPodref(String podref)
withPodref in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public Boolean hasPodref()
hasPodref in interface IPAllocationFluent<A extends IPAllocationFluent<A>>@Deprecated public A withNewPodref(String arg0)
withNewPodref in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IPAllocationFluent<A extends IPAllocationFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IPAllocationFluent<A extends IPAllocationFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.