Package de.starwit.aic.model
Class Info
java.lang.Object
de.starwit.aic.model.Info
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-21T09:43:09.059871871Z[Etc/UTC]",
comments="Generator version: 7.13.0")
public class Info
extends Object
Info
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) booleanstatic InfoCreate an instance of Info given an JSON stringgenerationDate(OffsetDateTime generationDate) Get apiVersionGet generationDateGet systemDescriptioninthashCode()voidsetApiVersion(String apiVersion) voidsetGenerationDate(OffsetDateTime generationDate) voidsetSystemDescription(String systemDescription) systemDescription(String systemDescription) toJson()Convert an instance of Info 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_GENERATION_DATE
- See Also:
-
SERIALIZED_NAME_SYSTEM_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Info
public Info()
-
-
Method Details
-
generationDate
-
getGenerationDate
Get generationDate- Returns:
- generationDate
-
setGenerationDate
-
systemDescription
-
getSystemDescription
Get systemDescription- Returns:
- systemDescription
-
setSystemDescription
-
apiVersion
-
getApiVersion
Get apiVersion- Returns:
- apiVersion
-
setApiVersion
-
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 Info
-
fromJson
Create an instance of Info given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Info
- Throws:
IOException- if the JSON string is invalid with respect to Info
-
toJson
Convert an instance of Info to an JSON string- Returns:
- JSON string
-