Class VouchersTransactionsExportCreateResponseBodyResult

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class VouchersTransactionsExportCreateResponseBodyResult extends Object
Contains the URL of the CSV file.
  • Field Details

  • Constructor Details

    • VouchersTransactionsExportCreateResponseBodyResult

      public VouchersTransactionsExportCreateResponseBodyResult()
  • 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](OpenAPI.json/paths/~1exports~1{export_Id}/get) -->[Download export](ref: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 VouchersTransactionsExportCreateResponseBodyResult fromJson(String jsonString) throws IOException
      Create an instance of VouchersTransactionsExportCreateResponseBodyResult given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of VouchersTransactionsExportCreateResponseBodyResult
      Throws:
      IOException - if the JSON string is invalid with respect to VouchersTransactionsExportCreateResponseBodyResult
    • toJson

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