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 stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getArgs()Get argsGet childrenGet executableNamegetPid()Get pidGet procnameGet tsFromgetTsTo()Get tsTointhashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.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
-
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 Process 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 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
-