Package ai.reveng.model
Class BinaryAdditionalResponse
java.lang.Object
ai.reveng.model.BinaryAdditionalResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BinaryAdditionalResponse
extends Object
BinaryAdditionalResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreation(OffsetDateTime creation) booleanstatic BinaryAdditionalResponseCreate an instance of BinaryAdditionalResponse given an JSON stringGet binaryIdGet creationGet detailsinthashCode()voidsetBinaryId(Integer binaryId) voidsetCreation(OffsetDateTime creation) voidtoJson()Convert an instance of BinaryAdditionalResponse 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_BINARY_ID
- See Also:
-
SERIALIZED_NAME_DETAILS
- See Also:
-
SERIALIZED_NAME_CREATION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BinaryAdditionalResponse
public BinaryAdditionalResponse()
-
-
Method Details
-
binaryId
-
getBinaryId
Get binaryId- Returns:
- binaryId
-
setBinaryId
-
details
-
getDetails
Get details- Returns:
- details
-
setDetails
-
creation
-
getCreation
Get creation- Returns:
- creation
-
setCreation
-
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 BinaryAdditionalResponse
-
fromJson
Create an instance of BinaryAdditionalResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BinaryAdditionalResponse
- Throws:
IOException- if the JSON string is invalid with respect to BinaryAdditionalResponse
-
toJson
Convert an instance of BinaryAdditionalResponse to an JSON string- Returns:
- JSON string
-