Class SlimGroup


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

      • SlimGroup

        public SlimGroup()
    • Method Detail

      • getDatasetId

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid UUID getDatasetId()
        Get datasetId
        Returns:
        datasetId
      • setDatasetId

        public void setDatasetId​(UUID datasetId)
      • 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)
      • ofCurrentDataset

        public SlimGroup ofCurrentDataset​(Boolean ofCurrentDataset)
      • getOfCurrentDataset

        @Nonnull
        @NotNull
        public @NotNull Boolean getOfCurrentDataset()
        Get ofCurrentDataset
        Returns:
        ofCurrentDataset
      • setOfCurrentDataset

        public void setOfCurrentDataset​(Boolean ofCurrentDataset)
      • 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 SlimGroup
      • fromJson

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

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