Package ai.reveng.model
Class ELFImportModel
java.lang.Object
ai.reveng.model.ELFImportModel
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ELFImportModel
extends Object
ELFImportModel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddImportsItem(String importsItem) booleanstatic ELFImportModelCreate an instance of ELFImportModel given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get importsGet numberOfImportsinthashCode()numberOfImports(Integer numberOfImports) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetImports(List<String> imports) voidsetNumberOfImports(Integer numberOfImports) toJson()Convert an instance of ELFImportModel 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_IMPORTS
- See Also:
-
SERIALIZED_NAME_IMPORTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ELFImportModel
public ELFImportModel()
-
-
Method Details
-
numberOfImports
-
getNumberOfImports
Get numberOfImports- Returns:
- numberOfImports
-
setNumberOfImports
-
imports
-
addImportsItem
-
getImports
Get imports- Returns:
- imports
-
setImports
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the ELFImportModel instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 ELFImportModel
-
fromJson
Create an instance of ELFImportModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ELFImportModel
- Throws:
IOException- if the JSON string is invalid with respect to ELFImportModel
-
toJson
Convert an instance of ELFImportModel to an JSON string- Returns:
- JSON string
-