Package ai.reveng.model
Class ExportModel
java.lang.Object
ai.reveng.model.ExportModel
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportModel
extends Object
ExportModel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExportsItem(Map<String, Integer> exportsItem) booleanstatic ExportModelCreate an instance of ExportModel given an JSON stringGet exportsGet numberOfExportsinthashCode()numberOfExports(Integer numberOfExports) voidsetExports(List<Map<String, Integer>> exports) voidsetNumberOfExports(Integer numberOfExports) toJson()Convert an instance of ExportModel to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_NUMBER_OF_EXPORTS
- See Also:
-
SERIALIZED_NAME_EXPORTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportModel
public ExportModel()
-
-
Method Details
-
numberOfExports
-
getNumberOfExports
Get numberOfExports- Returns:
- numberOfExports
-
setNumberOfExports
-
exports
-
addExportsItem
-
getExports
Get exports- Returns:
- exports
-
setExports
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ExportModel
-
fromJson
Create an instance of ExportModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportModel
- Throws:
IOException- if the JSON string is invalid with respect to ExportModel
-
toJson
Convert an instance of ExportModel to an JSON string- Returns:
- JSON string
-