public class ListMetaFluentImpl<T extends ListMetaFluent<T>> extends BaseFluent<T> implements ListMetaFluent<T>
_visitables| Constructor and Description |
|---|
ListMetaFluentImpl() |
ListMetaFluentImpl(ListMeta instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getResourceVersion() |
String |
getSelfLink() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withResourceVersion(String resourceVersion) |
T |
withSelfLink(String selfLink) |
public ListMetaFluentImpl()
public ListMetaFluentImpl(ListMeta instance)
public String getResourceVersion()
getResourceVersion in interface ListMetaFluent<T extends ListMetaFluent<T>>public T withResourceVersion(String resourceVersion)
withResourceVersion in interface ListMetaFluent<T extends ListMetaFluent<T>>public String getSelfLink()
getSelfLink in interface ListMetaFluent<T extends ListMetaFluent<T>>public T withSelfLink(String selfLink)
withSelfLink in interface ListMetaFluent<T extends ListMetaFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ListMetaFluent<T extends ListMetaFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ListMetaFluent<T extends ListMetaFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ListMetaFluent<T extends ListMetaFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ListMetaFluent<T extends ListMetaFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ListMetaFluent<T extends ListMetaFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ListMetaFluent<T extends ListMetaFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.