Class DatasetAndUsage


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

      • DatasetAndUsage

        public DatasetAndUsage()
    • Method Detail

      • getDataset

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid DatasetDTO getDataset()
        Get dataset
        Returns:
        dataset
      • setDataset

        public void setDataset​(DatasetDTO dataset)
      • getDatasetUsage

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid DatasetUsageCount getDatasetUsage()
        Get datasetUsage
        Returns:
        datasetUsage
      • 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 DatasetAndUsage
      • fromJson

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

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