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 stringGet argumentsgetError()Get errorGet errorCodegetPid()Get pidGet processGet processNameGet statusinthashCode()processName(String processName) 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
-
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
-