Package model

Class DownloadInstrumentUpdatesQueryParams

java.lang.Object
model.DownloadInstrumentUpdatesQueryParams

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-23T17:48:42.867219-07:00[America/Los_Angeles]") public class DownloadInstrumentUpdatesQueryParams extends Object
DownloadInstrumentUpdatesQueryParams
  • Field Details

  • Constructor Details

    • DownloadInstrumentUpdatesQueryParams

      public DownloadInstrumentUpdatesQueryParams()
  • Method Details

    • format

    • getFormat

      @Nullable public String getFormat()
      Specify the format you'd like to download the response in (JSON is the only other format available for download).
      Returns:
      format
    • setFormat

      public void setFormat(String format)
    • 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
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      Validates the JSON Object and throws an exception if issues found
      Parameters:
      jsonObj - JSON Object
      Throws:
      IOException - if the JSON Object is invalid with respect to DownloadInstrumentUpdatesQueryParams
    • fromJson

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

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