Package ai.reveng.model
Class GeneratePDFOutputBody
java.lang.Object
ai.reveng.model.GeneratePDFOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class GeneratePDFOutputBody
extends Object
GeneratePDFOutputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalreadyRunning(Boolean alreadyRunning) booleanstatic GeneratePDFOutputBodyCreate an instance of GeneratePDFOutputBody given an JSON stringTrue when an existing PDF generation is in progress for this analysis and userinthashCode()voidsetAlreadyRunning(Boolean alreadyRunning) toJson()Convert an instance of GeneratePDFOutputBody 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_ALREADY_RUNNING
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GeneratePDFOutputBody
public GeneratePDFOutputBody()
-
-
Method Details
-
alreadyRunning
-
getAlreadyRunning
True when an existing PDF generation is in progress for this analysis and user- Returns:
- alreadyRunning
-
setAlreadyRunning
-
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 GeneratePDFOutputBody
-
fromJson
Create an instance of GeneratePDFOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GeneratePDFOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to GeneratePDFOutputBody
-
toJson
Convert an instance of GeneratePDFOutputBody to an JSON string- Returns:
- JSON string
-