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 stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getArgs()Get argsGet childSeqidGet eventsGet exitCodeGet exitCodeStrgetName()Get namegetPid()Get pidinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.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
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the ProcessActivityEntry instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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
-