public class V1ListMeta extends Object
Constructor and Description |
---|
V1ListMeta() |
Modifier and Type | Method and Description |
---|---|
V1ListMeta |
_continue(String _continue) |
boolean |
equals(Object o) |
String |
getContinue()
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available.
|
String |
getResourceVersion()
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed.
|
String |
getSelfLink()
selfLink is a URL representing this object.
|
int |
hashCode() |
V1ListMeta |
resourceVersion(String resourceVersion) |
V1ListMeta |
selfLink(String selfLink) |
void |
setContinue(String _continue) |
void |
setResourceVersion(String resourceVersion) |
void |
setSelfLink(String selfLink) |
String |
toString() |
public V1ListMeta _continue(String _continue)
public String getContinue()
public void setContinue(String _continue)
public V1ListMeta resourceVersion(String resourceVersion)
public String getResourceVersion()
public void setResourceVersion(String resourceVersion)
public V1ListMeta selfLink(String selfLink)
public String getSelfLink()
public void setSelfLink(String selfLink)
Copyright © 2017. All rights reserved.