public class ListMetaFluentImpl<A extends ListMetaFluent<A>> extends BaseFluent<A> implements ListMetaFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ListMetaFluentImpl() |
ListMetaFluentImpl(ListMeta 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 |
getContinue() |
Long |
getRemainingItemCount() |
String |
getResourceVersion() |
String |
getSelfLink() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasContinue() |
int |
hashCode() |
Boolean |
hasRemainingItemCount() |
Boolean |
hasResourceVersion() |
Boolean |
hasSelfLink() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withContinue(String _continue) |
A |
withRemainingItemCount(Long remainingItemCount) |
A |
withResourceVersion(String resourceVersion) |
A |
withSelfLink(String selfLink) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ListMetaFluentImpl()
public ListMetaFluentImpl(ListMeta instance)
public String getContinue()
getContinue in interface ListMetaFluent<A extends ListMetaFluent<A>>public A withContinue(String _continue)
withContinue in interface ListMetaFluent<A extends ListMetaFluent<A>>public Boolean hasContinue()
hasContinue in interface ListMetaFluent<A extends ListMetaFluent<A>>public Long getRemainingItemCount()
getRemainingItemCount in interface ListMetaFluent<A extends ListMetaFluent<A>>public A withRemainingItemCount(Long remainingItemCount)
withRemainingItemCount in interface ListMetaFluent<A extends ListMetaFluent<A>>public Boolean hasRemainingItemCount()
hasRemainingItemCount in interface ListMetaFluent<A extends ListMetaFluent<A>>public String getResourceVersion()
getResourceVersion in interface ListMetaFluent<A extends ListMetaFluent<A>>public A withResourceVersion(String resourceVersion)
withResourceVersion in interface ListMetaFluent<A extends ListMetaFluent<A>>public Boolean hasResourceVersion()
hasResourceVersion in interface ListMetaFluent<A extends ListMetaFluent<A>>public String getSelfLink()
getSelfLink in interface ListMetaFluent<A extends ListMetaFluent<A>>public A withSelfLink(String selfLink)
withSelfLink in interface ListMetaFluent<A extends ListMetaFluent<A>>public Boolean hasSelfLink()
hasSelfLink in interface ListMetaFluent<A extends ListMetaFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ListMetaFluent<A extends ListMetaFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ListMetaFluent<A extends ListMetaFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ListMetaFluent<A extends ListMetaFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ListMetaFluent<A extends ListMetaFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ListMetaFluent<A extends ListMetaFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ListMetaFluent<A extends ListMetaFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ListMetaFluent<A extends ListMetaFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends ListMetaFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends ListMetaFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.