Class ListMeta.Jsii$Proxy

  • All Implemented Interfaces:
    ListMeta, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    ListMeta

    @Stability(Stable)
    @Internal
    public static final class ListMeta.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements ListMeta
    An implementation for ListMeta
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(ListMeta.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ListMeta.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      String getContinueValue()
      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.
      Number 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()
      Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
      • Jsii$Proxy

        protected Jsii$Proxy​(ListMeta.Builder builder)
        Constructor that initializes the object based on literal property values passed by the ListMeta.Builder.
    • Method Detail

      • getContinueValue

        public final String getContinueValue()
        Description copied from interface: ListMeta
        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.

        Specified by:
        getContinueValue in interface ListMeta
      • getRemainingItemCount

        public final Number getRemainingItemCount()
        Description copied from interface: ListMeta
        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.

        Specified by:
        getRemainingItemCount in interface ListMeta
      • getResourceVersion

        public final String getResourceVersion()
        Description copied from interface: ListMeta
        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

        Specified by:
        getResourceVersion in interface ListMeta
      • getSelfLink

        public final String getSelfLink()
        Description copied from interface: ListMeta
        Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
        Specified by:
        getSelfLink in interface ListMeta
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object