Package io.voucherify.client.model
Class ExportResult
java.lang.Object
io.voucherify.client.model.ExportResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportResult
extends Object
ExportResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExportResultCreate an instance of ExportResult given an JSON stringgetUrl()URL of the CSV file location.inthashCode()voidtoJson()Convert an instance of ExportResult to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportResult
public ExportResult()
-
-
Method Details
-
url
-
getUrl
URL of the CSV file location. It contains the token used for authorization in the Download export method.- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
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
Convert an instance of ExportResult to an JSON string- Returns:
- JSON string
-