Package io.voucherify.client.model
Class ExportsListResponseBody
java.lang.Object
io.voucherify.client.model.ExportsListResponseBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportsListResponseBody
extends Object
Response body schema for **GET** `v1/exports`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumIdentifies the name of the attribute that contains the array of exports.static enumThe type of the object represented by JSON. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExportsItem(Export exportsItem) booleanstatic ExportsListResponseBodyCreate an instance of ExportsListResponseBody given an JSON stringIdentifies the name of the attribute that contains the array of exports.An array of export objects.The type of the object represented by JSON.getTotal()Total number of exports.inthashCode()voidvoidsetExports(List<Export> exports) voidvoidtoJson()Convert an instance of ExportsListResponseBody to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_OBJECT
- See Also:
-
SERIALIZED_NAME_DATA_REF
- See Also:
-
SERIALIZED_NAME_EXPORTS
- See Also:
-
SERIALIZED_NAME_TOTAL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportsListResponseBody
public ExportsListResponseBody()
-
-
Method Details
-
_object
-
getObject
The type of the object represented by JSON. This object stores information about exports.- Returns:
- _object
-
setObject
-
dataRef
-
getDataRef
Identifies the name of the attribute that contains the array of exports.- Returns:
- dataRef
-
setDataRef
-
exports
-
addExportsItem
-
getExports
An array of export objects.- Returns:
- exports
-
setExports
-
total
-
getTotal
Total number of exports.- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of ExportsListResponseBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportsListResponseBody
- Throws:
IOException- if the JSON string is invalid with respect to ExportsListResponseBody
-
toJson
Convert an instance of ExportsListResponseBody to an JSON string- Returns:
- JSON string
-