public class ListMetaFluent<A extends ListMetaFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ListMetaFluent() |
ListMetaFluent(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 ListMetaFluent()
public ListMetaFluent(ListMeta instance)
public String getContinue()
public boolean hasContinue()
public Long getRemainingItemCount()
public boolean hasRemainingItemCount()
public String getResourceVersion()
public boolean hasResourceVersion()
public String getSelfLink()
public boolean hasSelfLink()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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–2023 Red Hat. All rights reserved.