Class ImportPagination


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ImportPagination
    extends Object
    ImportPagination
    • Constructor Detail

      • ImportPagination

        public ImportPagination()
    • Method Detail

      • getHasMore

        @Nonnull
        public Boolean getHasMore()
        More keys to be ingested.
        Returns:
        hasMore
      • setHasMore

        public void setHasMore​(Boolean hasMore)
      • getContinuationToken

        @Nullable
        public String getContinuationToken()
        Opaque. Token used to import the next range.
        Returns:
        continuationToken
      • setContinuationToken

        public void setContinuationToken​(String continuationToken)
      • getLastKey

        @Nonnull
        public String getLastKey()
        Last object store key that was ingested.
        Returns:
        lastKey
      • setLastKey

        public void setLastKey​(String lastKey)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to ImportPagination
      • fromJson

        public static ImportPagination fromJson​(String jsonString)
                                         throws IOException
        Create an instance of ImportPagination given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ImportPagination
        Throws:
        IOException - if the JSON string is invalid with respect to ImportPagination
      • toJson

        public String toJson()
        Convert an instance of ImportPagination to an JSON string
        Returns:
        JSON string