Package ai.reveng.model
Class IconModel
java.lang.Object
ai.reveng.model.IconModel
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class IconModel
extends Object
IconModel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic IconModelCreate an instance of IconModel given an JSON stringGet contentinthashCode()voidsetContent(String content) toJson()Convert an instance of IconModel 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_CONTENT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
IconModel
public IconModel()
-
-
Method Details
-
content
-
getContent
Get content- Returns:
- content
-
setContent
-
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 IconModel
-
fromJson
Create an instance of IconModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IconModel
- Throws:
IOException- if the JSON string is invalid with respect to IconModel
-
toJson
Convert an instance of IconModel to an JSON string- Returns:
- JSON string
-