Class Dataset


  • @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 Dataset
    extends Object
    Dataset
    • Constructor Detail

      • Dataset

        public Dataset()
    • Method Detail

      • clientConfiguration

        public Dataset clientConfiguration​(Object clientConfiguration)
      • getClientConfiguration

        @Nullable
        @NotNull
        public @NotNull Object getClientConfiguration()
        Get clientConfiguration
        Returns:
        clientConfiguration
      • setClientConfiguration

        public void setClientConfiguration​(Object clientConfiguration)
      • getCreatedAt

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

        public void setCreatedAt​(OffsetDateTime createdAt)
      • getId

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

        public void setId​(UUID id)
      • getName

        @Nonnull
        @NotNull
        public @NotNull String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(String name)
      • organizationId

        public Dataset organizationId​(UUID organizationId)
      • getOrganizationId

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid UUID getOrganizationId()
        Get organizationId
        Returns:
        organizationId
      • setOrganizationId

        public void setOrganizationId​(UUID organizationId)
      • serverConfiguration

        public Dataset serverConfiguration​(Object serverConfiguration)
      • getServerConfiguration

        @Nullable
        @NotNull
        public @NotNull Object getServerConfiguration()
        Get serverConfiguration
        Returns:
        serverConfiguration
      • setServerConfiguration

        public void setServerConfiguration​(Object serverConfiguration)
      • getUpdatedAt

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

        public void setUpdatedAt​(OffsetDateTime updatedAt)
      • 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 Dataset
      • fromJson

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

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