public class ListMetaFluentImpl<A extends ListMetaFluent<A>> extends BaseFluent<A> implements ListMetaFluent<A>
_visitables| Constructor and Description |
|---|
ListMetaFluentImpl() |
ListMetaFluentImpl(ListMeta instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getResourceVersion() |
String |
getSelfLink() |
Boolean |
hasResourceVersion() |
Boolean |
hasSelfLink() |
A |
withResourceVersion(String resourceVersion) |
A |
withSelfLink(String selfLink) |
public ListMetaFluentImpl()
public ListMetaFluentImpl(ListMeta instance)
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>>Copyright © 2011–2018 Red Hat. All rights reserved.