Package io.voucherify.client.model
Class ExportsGetResponseBodyResult
java.lang.Object
io.voucherify.client.model.ExportsGetResponseBodyResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportsGetResponseBodyResult
extends Object
ExportsGetResponseBodyResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExportsGetResponseBodyResultCreate an instance of ExportsGetResponseBodyResult given an JSON stringgetUrl()URL of the CSV file location.inthashCode()voidtoJson()Convert an instance of ExportsGetResponseBodyResult to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportsGetResponseBodyResult
public ExportsGetResponseBodyResult()
-
-
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 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
Convert an instance of ExportsGetResponseBodyResult to an JSON string- Returns:
- JSON string
-