Package ai.reveng.model
Class Created
java.lang.Object
ai.reveng.model.Created
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Created
extends Object
Created
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysisId(Integer analysisId) booleanstatic CreatedCreate an instance of Created given an JSON stringThe ID corresponding to the newly created analysisThe ID corresponding to the binary that was createdDeprecated.inthashCode()Deprecated.voidsetAnalysisId(Integer analysisId) voidsetBinaryId(Integer binaryId) voidsetReference(String reference) Deprecated.toJson()Convert an instance of Created 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_ANALYSIS_ID
- See Also:
-
SERIALIZED_NAME_BINARY_ID
- See Also:
-
SERIALIZED_NAME_REFERENCE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Created
public Created()
-
-
Method Details
-
analysisId
-
getAnalysisId
The ID corresponding to the newly created analysis- Returns:
- analysisId
-
setAnalysisId
-
binaryId
-
getBinaryId
The ID corresponding to the binary that was created- Returns:
- binaryId
-
setBinaryId
-
reference
Deprecated. -
getReference
Deprecated.Deprecated will always be empty string- Returns:
- reference
-
setReference
Deprecated. -
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 Created
-
fromJson
Create an instance of Created given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Created
- Throws:
IOException- if the JSON string is invalid with respect to Created
-
toJson
Convert an instance of Created to an JSON string- Returns:
- JSON string
-