Class ExportsGetResponseBodyResult

java.lang.Object
io.voucherify.client.model.ExportsGetResponseBodyResult

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ExportsGetResponseBodyResult extends Object
ExportsGetResponseBodyResult
  • Field Details

  • Constructor Details

    • ExportsGetResponseBodyResult

      public ExportsGetResponseBodyResult()
  • Method Details

    • url

    • getUrl

      @Nullable public String getUrl()
      URL of the CSV file location. It contains the token used for authorization in the Download export method.
      Returns:
      url
    • setUrl

      public void setUrl(String url)
    • 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
    • fromJson

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

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