Class OrganizationUsageCount


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-03-29T12:34:27.506198300-05:00[America/Chicago]",
               comments="Generator version: 7.4.0")
    public class OrganizationUsageCount
    extends Object
    OrganizationUsageCount
    • Constructor Detail

      • OrganizationUsageCount

        public OrganizationUsageCount()
    • Method Detail

      • getDatasetCount

        @Nonnull
        @NotNull
        public @NotNull Integer getDatasetCount()
        Get datasetCount
        Returns:
        datasetCount
      • setDatasetCount

        public void setDatasetCount​(Integer datasetCount)
      • getFileStorage

        @Nonnull
        @NotNull
        public @NotNull Long getFileStorage()
        Get fileStorage
        Returns:
        fileStorage
      • setFileStorage

        public void setFileStorage​(Long fileStorage)
      • getId

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid UUID getId()
        Get id
        Returns:
        id
      • setId

        public void setId​(UUID id)
      • getMessageCount

        @Nonnull
        @NotNull
        public @NotNull Integer getMessageCount()
        Get messageCount
        Returns:
        messageCount
      • setMessageCount

        public void setMessageCount​(Integer messageCount)
      • getOrgId

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid UUID getOrgId()
        Get orgId
        Returns:
        orgId
      • setOrgId

        public void setOrgId​(UUID orgId)
      • getUserCount

        @Nonnull
        @NotNull
        public @NotNull Integer getUserCount()
        Get userCount
        Returns:
        userCount
      • setUserCount

        public void setUserCount​(Integer userCount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode 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 OrganizationUsageCount
      • fromJson

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

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