Package ai.reveng.model
Class ConsoleOutputEntry
java.lang.Object
ai.reveng.model.ConsoleOutputEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ConsoleOutputEntry
extends Object
ConsoleOutputEntry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ConsoleOutputEntryCreate an instance of ConsoleOutputEntry given an JSON stringGet outputGet processSeqidinthashCode()processSeqid(Long processSeqid) voidvoidsetProcessSeqid(Long processSeqid) toJson()Convert an instance of ConsoleOutputEntry 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_OUTPUT
- See Also:
-
SERIALIZED_NAME_PROCESS_SEQID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ConsoleOutputEntry
public ConsoleOutputEntry()
-
-
Method Details
-
output
-
getOutput
Get output- Returns:
- output
-
setOutput
-
processSeqid
-
getProcessSeqid
Get processSeqid- Returns:
- processSeqid
-
setProcessSeqid
-
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 ConsoleOutputEntry
-
fromJson
Create an instance of ConsoleOutputEntry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ConsoleOutputEntry
- Throws:
IOException- if the JSON string is invalid with respect to ConsoleOutputEntry
-
toJson
Convert an instance of ConsoleOutputEntry to an JSON string- Returns:
- JSON string
-