Package ai.reveng.model
Class ProcessActivityEntry
java.lang.Object
ai.reveng.model.ProcessActivityEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ProcessActivityEntry
extends Object
ProcessActivityEntry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgsItem(String argsItem) addEventsItem(ReportEvent eventsItem) childSeqid(Long childSeqid) booleanevents(List<ReportEvent> events) exitCodeStr(String exitCodeStr) static ProcessActivityEntryCreate an instance of ProcessActivityEntry given an JSON stringgetArgs()Get argsGet childSeqidGet eventsGet exitCodeGet exitCodeStrgetName()Get namegetPid()Get pidinthashCode()voidvoidsetChildSeqid(Long childSeqid) voidsetEvents(List<ReportEvent> events) voidsetExitCode(Long exitCode) voidsetExitCodeStr(String exitCodeStr) voidvoidtoJson()Convert an instance of ProcessActivityEntry 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_ARGS
- See Also:
-
SERIALIZED_NAME_CHILD_SEQID
- See Also:
-
SERIALIZED_NAME_EVENTS
- See Also:
-
SERIALIZED_NAME_EXIT_CODE
- See Also:
-
SERIALIZED_NAME_EXIT_CODE_STR
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ProcessActivityEntry
public ProcessActivityEntry()
-
-
Method Details
-
args
-
addArgsItem
-
getArgs
Get args- Returns:
- args
-
setArgs
-
childSeqid
-
getChildSeqid
Get childSeqid- Returns:
- childSeqid
-
setChildSeqid
-
events
-
addEventsItem
-
getEvents
Get events- Returns:
- events
-
setEvents
-
exitCode
-
getExitCode
Get exitCode- Returns:
- exitCode
-
setExitCode
-
exitCodeStr
-
getExitCodeStr
Get exitCodeStr- Returns:
- exitCodeStr
-
setExitCodeStr
-
name
-
getName
Get name- Returns:
- name
-
setName
-
pid
-
getPid
Get pid- Returns:
- pid
-
setPid
-
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 ProcessActivityEntry
-
fromJson
Create an instance of ProcessActivityEntry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ProcessActivityEntry
- Throws:
IOException- if the JSON string is invalid with respect to ProcessActivityEntry
-
toJson
Convert an instance of ProcessActivityEntry to an JSON string- Returns:
- JSON string
-