Package ai.reveng.model
Class Process
java.lang.Object
ai.reveng.model.Process
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Process
extends Object
Process
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgsItem(String argsItem) addChildrenItem(Object childrenItem) booleanexecutableName(String executableName) static ProcessCreate an instance of Process given an JSON stringgetArgs()Get argsGet childrenGet executableNamegetPid()Get pidGet procnameGet tsFromgetTsTo()Get tsTointhashCode()voidvoidsetChildren(List<Object> children) voidsetExecutableName(String executableName) voidvoidsetProcname(String procname) voidsetTsFrom(BigDecimal tsFrom) voidsetTsTo(BigDecimal tsTo) toJson()Convert an instance of Process to an JSON stringtoString()tsFrom(BigDecimal tsFrom) tsTo(BigDecimal tsTo) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_PID
- See Also:
-
SERIALIZED_NAME_PROCNAME
- See Also:
-
SERIALIZED_NAME_EXECUTABLE_NAME
- See Also:
-
SERIALIZED_NAME_ARGS
- See Also:
-
SERIALIZED_NAME_TS_FROM
- See Also:
-
SERIALIZED_NAME_TS_TO
- See Also:
-
SERIALIZED_NAME_CHILDREN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Process
public Process()
-
-
Method Details
-
pid
-
getPid
Get pid- Returns:
- pid
-
setPid
-
procname
-
getProcname
Get procname- Returns:
- procname
-
setProcname
-
executableName
-
getExecutableName
Get executableName- Returns:
- executableName
-
setExecutableName
-
args
-
addArgsItem
-
getArgs
Get args- Returns:
- args
-
setArgs
-
tsFrom
-
getTsFrom
Get tsFrom- Returns:
- tsFrom
-
setTsFrom
-
tsTo
-
getTsTo
Get tsTo- Returns:
- tsTo
-
setTsTo
-
children
-
addChildrenItem
-
getChildren
Get children- Returns:
- children
-
setChildren
-
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 Process
-
fromJson
Create an instance of Process given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Process
- Throws:
IOException- if the JSON string is invalid with respect to Process
-
toJson
Convert an instance of Process to an JSON string- Returns:
- JSON string
-