Package ai.reveng.model
Class StartupInfo
java.lang.Object
ai.reveng.model.StartupInfo
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class StartupInfo
extends Object
StartupInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StartupInfoCreate an instance of StartupInfo given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get argumentsgetError()Get errorGet errorCodegetPid()Get pidGet processGet processNameGet statusinthashCode()processName(String processName) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetArguments(String arguments) voidvoidsetErrorCode(String errorCode) voidvoidsetProcess(Long process) voidsetProcessName(String processName) voidtoJson()Convert an instance of StartupInfo 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_ARGUMENTS
- See Also:
-
SERIALIZED_NAME_ERROR
- See Also:
-
SERIALIZED_NAME_ERROR_CODE
- See Also:
-
SERIALIZED_NAME_PID
- See Also:
-
SERIALIZED_NAME_PROCESS
- See Also:
-
SERIALIZED_NAME_PROCESS_NAME
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
StartupInfo
public StartupInfo()
-
-
Method Details
-
arguments
-
getArguments
Get arguments- Returns:
- arguments
-
setArguments
-
error
-
getError
Get error- Returns:
- error
-
setError
-
errorCode
-
getErrorCode
Get errorCode- Returns:
- errorCode
-
setErrorCode
-
pid
-
getPid
Get pid- Returns:
- pid
-
setPid
-
process
-
getProcess
Get process- Returns:
- process
-
setProcess
-
processName
-
getProcessName
Get processName- Returns:
- processName
-
setProcessName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
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 StartupInfo 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 StartupInfo
-
fromJson
Create an instance of StartupInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of StartupInfo
- Throws:
IOException- if the JSON string is invalid with respect to StartupInfo
-
toJson
Convert an instance of StartupInfo to an JSON string- Returns:
- JSON string
-