Class ExportResult

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

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

  • Constructor Details

    • ExportResult

      public ExportResult()
  • Method Details

    • url

      public ExportResult url(String 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 ExportResult fromJson(String jsonString) throws IOException
      Create an instance of ExportResult given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of ExportResult
      Throws:
      IOException - if the JSON string is invalid with respect to ExportResult
    • toJson

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