Package ai.reveng.model
Class ProcessNode
java.lang.Object
ai.reveng.model.ProcessNode
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ProcessNode
extends Object
ProcessNode
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgsItem(String argsItem) addChildrenItem(ProcessNode childrenItem) attributed(Boolean attributed) children(List<ProcessNode> children) booleanexitCodeStr(String exitCodeStr) static ProcessNodeCreate an instance of ProcessNode given an JSON stringgetArgs()Get argsGet attributedGet childrenGet exitCodeGet exitCodeStrGet exitedAtGet killedBygetName()Get namegetPid()Get pidgetSeqid()Get seqidGet startedAtinthashCode()voidvoidsetAttributed(Boolean attributed) voidsetChildren(List<ProcessNode> children) voidsetExitCode(Long exitCode) voidsetExitCodeStr(String exitCodeStr) voidsetExitedAt(Double exitedAt) voidsetKilledBy(Long killedBy) voidvoidvoidvoidsetStartedAt(Double startedAt) toJson()Convert an instance of ProcessNode 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_ATTRIBUTED
- See Also:
-
SERIALIZED_NAME_CHILDREN
- See Also:
-
SERIALIZED_NAME_EXIT_CODE
- See Also:
-
SERIALIZED_NAME_EXIT_CODE_STR
- See Also:
-
SERIALIZED_NAME_EXITED_AT
- See Also:
-
SERIALIZED_NAME_KILLED_BY
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PID
- See Also:
-
SERIALIZED_NAME_SEQID
- See Also:
-
SERIALIZED_NAME_STARTED_AT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ProcessNode
public ProcessNode()
-
-
Method Details
-
args
-
addArgsItem
-
getArgs
Get args- Returns:
- args
-
setArgs
-
attributed
-
getAttributed
Get attributed- Returns:
- attributed
-
setAttributed
-
children
-
addChildrenItem
-
getChildren
Get children- Returns:
- children
-
setChildren
-
exitCode
-
getExitCode
Get exitCode- Returns:
- exitCode
-
setExitCode
-
exitCodeStr
-
getExitCodeStr
Get exitCodeStr- Returns:
- exitCodeStr
-
setExitCodeStr
-
exitedAt
-
getExitedAt
Get exitedAt- Returns:
- exitedAt
-
setExitedAt
-
killedBy
-
getKilledBy
Get killedBy- Returns:
- killedBy
-
setKilledBy
-
name
-
getName
Get name- Returns:
- name
-
setName
-
pid
-
getPid
Get pid- Returns:
- pid
-
setPid
-
seqid
-
getSeqid
Get seqid- Returns:
- seqid
-
setSeqid
-
startedAt
-
getStartedAt
Get startedAt- Returns:
- startedAt
-
setStartedAt
-
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 ProcessNode
-
fromJson
Create an instance of ProcessNode given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ProcessNode
- Throws:
IOException- if the JSON string is invalid with respect to ProcessNode
-
toJson
Convert an instance of ProcessNode to an JSON string- Returns:
- JSON string
-