Class GetCollectionOutputBody

java.lang.Object
ai.reveng.model.GetCollectionOutputBody

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class GetCollectionOutputBody extends Object
GetCollectionOutputBody
  • Field Details

  • Constructor Details

    • GetCollectionOutputBody

      public GetCollectionOutputBody()
  • Method Details

    • binaries

      public GetCollectionOutputBody binaries(@Nullable List<Binary> binaries)
    • addBinariesItem

      public GetCollectionOutputBody addBinariesItem(Binary binariesItem)
    • getBinaries

      @Nullable public List<Binary> getBinaries()
      Get binaries
      Returns:
      binaries
    • setBinaries

      public void setBinaries(@Nullable List<Binary> binaries)
    • collectionId

      public GetCollectionOutputBody collectionId(@Nonnull Long collectionId)
    • getCollectionId

      @Nonnull public Long getCollectionId()
      Get collectionId
      Returns:
      collectionId
    • setCollectionId

      public void setCollectionId(@Nonnull Long collectionId)
    • collectionName

      public GetCollectionOutputBody collectionName(@Nonnull String collectionName)
    • getCollectionName

      @Nonnull public String getCollectionName()
      Get collectionName
      Returns:
      collectionName
    • setCollectionName

      public void setCollectionName(@Nonnull String collectionName)
    • collectionScope

      public GetCollectionOutputBody collectionScope(@Nonnull String collectionScope)
    • getCollectionScope

      @Nonnull public String getCollectionScope()
      Get collectionScope
      Returns:
      collectionScope
    • setCollectionScope

      public void setCollectionScope(@Nonnull String collectionScope)
    • createdAt

      public GetCollectionOutputBody createdAt(@Nonnull OffsetDateTime createdAt)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(@Nonnull OffsetDateTime createdAt)
    • description

      public GetCollectionOutputBody description(@Nonnull String description)
    • getDescription

      @Nonnull public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(@Nonnull String description)
    • hasNextPage

      public GetCollectionOutputBody hasNextPage(@Nullable Boolean hasNextPage)
    • getHasNextPage

      @Nullable public Boolean getHasNextPage()
      Get hasNextPage
      Returns:
      hasNextPage
    • setHasNextPage

      public void setHasNextPage(@Nullable Boolean hasNextPage)
    • modelId

      public GetCollectionOutputBody modelId(@Nonnull Long modelId)
    • getModelId

      @Nonnull public Long getModelId()
      Get modelId
      Returns:
      modelId
    • setModelId

      public void setModelId(@Nonnull Long modelId)
    • pageNumber

      public GetCollectionOutputBody pageNumber(@Nullable Long pageNumber)
    • getPageNumber

      @Nullable public Long getPageNumber()
      Get pageNumber
      Returns:
      pageNumber
    • setPageNumber

      public void setPageNumber(@Nullable Long pageNumber)
    • pageSize

      public GetCollectionOutputBody pageSize(@Nullable Long pageSize)
    • getPageSize

      @Nullable public Long getPageSize()
      Get pageSize
      Returns:
      pageSize
    • setPageSize

      public void setPageSize(@Nullable Long pageSize)
    • tags

      public GetCollectionOutputBody tags(@Nullable List<String> tags)
    • addTagsItem

      public GetCollectionOutputBody addTagsItem(String tagsItem)
    • getTags

      @Nullable public List<String> getTags()
      Get tags
      Returns:
      tags
    • setTags

      public void setTags(@Nullable List<String> tags)
    • teamId

      public GetCollectionOutputBody teamId(@Nonnull Long teamId)
    • getTeamId

      @Nonnull public Long getTeamId()
      Get teamId
      Returns:
      teamId
    • setTeamId

      public void setTeamId(@Nonnull Long teamId)
    • updatedAt

      public GetCollectionOutputBody updatedAt(@Nonnull OffsetDateTime updatedAt)
    • getUpdatedAt

      @Nonnull public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(@Nonnull OffsetDateTime updatedAt)
    • userId

      public GetCollectionOutputBody userId(@Nonnull Long userId)
    • getUserId

      @Nonnull public Long getUserId()
      Get userId
      Returns:
      userId
    • setUserId

      public void setUserId(@Nonnull Long userId)
    • putAdditionalProperty

      public GetCollectionOutputBody putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the GetCollectionOutputBody instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to GetCollectionOutputBody
    • fromJson

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

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