Package net.stickycode.kuuty.model.v18
Class IoK8sApimachineryPkgApisMetaV1ListMeta
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApimachineryPkgApisMetaV1ListMeta
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApimachineryPkgApisMetaV1ListMeta extends Object
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTINUEstatic StringJSON_PROPERTY_REMAINING_ITEM_COUNTstatic StringJSON_PROPERTY_RESOURCE_VERSIONstatic StringJSON_PROPERTY_SELF_LINK
-
Constructor Summary
Constructors Constructor Description IoK8sApimachineryPkgApisMetaV1ListMeta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApimachineryPkgApisMetaV1ListMeta_continue(String _continue)booleanequals(Object o)StringgetContinue()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.LonggetRemainingItemCount()remainingItemCount is the number of subsequent items in the list which are not included in this list response.StringgetResourceVersion()String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed.StringgetSelfLink()selfLink is a URL representing this object.inthashCode()IoK8sApimachineryPkgApisMetaV1ListMetaremainingItemCount(Long remainingItemCount)IoK8sApimachineryPkgApisMetaV1ListMetaresourceVersion(String resourceVersion)IoK8sApimachineryPkgApisMetaV1ListMetaselfLink(String selfLink)voidsetContinue(String _continue)voidsetRemainingItemCount(Long remainingItemCount)voidsetResourceVersion(String resourceVersion)voidsetSelfLink(String selfLink)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONTINUE
public static final String JSON_PROPERTY_CONTINUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REMAINING_ITEM_COUNT
public static final String JSON_PROPERTY_REMAINING_ITEM_COUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCE_VERSION
public static final String JSON_PROPERTY_RESOURCE_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SELF_LINK
public static final String JSON_PROPERTY_SELF_LINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
_continue
public IoK8sApimachineryPkgApisMetaV1ListMeta _continue(String _continue)
-
getContinue
@Nullable public 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. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.- Returns:
- _continue
-
setContinue
public void setContinue(String _continue)
-
remainingItemCount
public IoK8sApimachineryPkgApisMetaV1ListMeta remainingItemCount(Long remainingItemCount)
-
getRemainingItemCount
@Nullable public Long getRemainingItemCount()
remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.- Returns:
- remainingItemCount
-
setRemainingItemCount
public void setRemainingItemCount(Long remainingItemCount)
-
resourceVersion
public IoK8sApimachineryPkgApisMetaV1ListMeta resourceVersion(String resourceVersion)
-
getResourceVersion
@Nullable public 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. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency- Returns:
- resourceVersion
-
setResourceVersion
public void setResourceVersion(String resourceVersion)
-
selfLink
public IoK8sApimachineryPkgApisMetaV1ListMeta selfLink(String selfLink)
-
getSelfLink
@Nullable public String getSelfLink()
selfLink is a URL representing this object. Populated by the system. Read-only. DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.- Returns:
- selfLink
-
setSelfLink
public void setSelfLink(String selfLink)
-
-