@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1ListMeta extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONTINUE |
static String |
SERIALIZED_NAME_REMAINING_ITEM_COUNT |
static String |
SERIALIZED_NAME_RESOURCE_VERSION |
static String |
SERIALIZED_NAME_SELF_LINK |
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.
|
Long |
getRemainingItemCount()
remainingItemCount is the number of subsequent items in the list which are not included in this
list response.
|
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 |
remainingItemCount(Long remainingItemCount) |
V1ListMeta |
resourceVersion(String resourceVersion) |
V1ListMeta |
selfLink(String selfLink) |
void |
setContinue(String _continue) |
void |
setRemainingItemCount(Long remainingItemCount) |
void |
setResourceVersion(String resourceVersion) |
void |
setSelfLink(String selfLink) |
String |
toString() |
public static final String SERIALIZED_NAME_CONTINUE
public static final String SERIALIZED_NAME_REMAINING_ITEM_COUNT
public static final String SERIALIZED_NAME_RESOURCE_VERSION
public static final String SERIALIZED_NAME_SELF_LINK
public V1ListMeta _continue(String _continue)
@Nullable public String getContinue()
public void setContinue(String _continue)
public V1ListMeta remainingItemCount(Long remainingItemCount)
@Nullable public Long getRemainingItemCount()
public void setRemainingItemCount(Long remainingItemCount)
public V1ListMeta resourceVersion(String resourceVersion)
@Nullable public String getResourceVersion()
public void setResourceVersion(String resourceVersion)
public V1ListMeta selfLink(String selfLink)
@Nullable public String getSelfLink()
public void setSelfLink(String selfLink)
Copyright © 2020. All rights reserved.