Class StartupInfo

java.lang.Object
ai.reveng.model.StartupInfo

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class StartupInfo extends Object
StartupInfo
  • Field Details

  • Constructor Details

    • StartupInfo

      public StartupInfo()
  • Method Details

    • arguments

      public StartupInfo arguments(@Nullable String arguments)
    • getArguments

      @Nullable public String getArguments()
      Get arguments
      Returns:
      arguments
    • setArguments

      public void setArguments(@Nullable String arguments)
    • error

      public StartupInfo error(@Nullable String error)
    • getError

      @Nullable public String getError()
      Get error
      Returns:
      error
    • setError

      public void setError(@Nullable String error)
    • errorCode

      public StartupInfo errorCode(@Nullable String errorCode)
    • getErrorCode

      @Nullable public String getErrorCode()
      Get errorCode
      Returns:
      errorCode
    • setErrorCode

      public void setErrorCode(@Nullable String errorCode)
    • pid

      public StartupInfo pid(@Nullable Long pid)
    • getPid

      @Nullable public Long getPid()
      Get pid
      Returns:
      pid
    • setPid

      public void setPid(@Nullable Long pid)
    • process

      public StartupInfo process(@Nullable Long process)
    • getProcess

      @Nullable public Long getProcess()
      Get process
      Returns:
      process
    • setProcess

      public void setProcess(@Nullable Long process)
    • processName

      public StartupInfo processName(@Nullable String processName)
    • getProcessName

      @Nullable public String getProcessName()
      Get processName
      Returns:
      processName
    • setProcessName

      public void setProcessName(@Nullable String processName)
    • status

      public StartupInfo status(@Nullable String status)
    • getStatus

      @Nullable public String getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(@Nullable String status)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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

      public static StartupInfo fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of StartupInfo to an JSON string
      Returns:
      JSON string