Package io.voucherify.client.model
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of VouchersTransactionsExportCreateResponseBodyResult given an JSON stringgetUrl()URL of the CSV file location.inthashCode()voidtoJson()Convert an instance of VouchersTransactionsExportCreateResponseBodyResult to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
VouchersTransactionsExportCreateResponseBodyResult
public VouchersTransactionsExportCreateResponseBodyResult()
-
-
Method Details
-
url
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-
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
Convert an instance of VouchersTransactionsExportCreateResponseBodyResult to an JSON string- Returns:
- JSON string
-