Class ConsoleOutputEntry

java.lang.Object
ai.reveng.model.ConsoleOutputEntry

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

  • Constructor Details

    • ConsoleOutputEntry

      public ConsoleOutputEntry()
  • Method Details

    • output

      public ConsoleOutputEntry output(@Nonnull String output)
    • getOutput

      @Nonnull public String getOutput()
      Get output
      Returns:
      output
    • setOutput

      public void setOutput(@Nonnull String output)
    • processSeqid

      public ConsoleOutputEntry processSeqid(@Nonnull Long processSeqid)
    • getProcessSeqid

      @Nonnull public Long getProcessSeqid()
      Get processSeqid
      Returns:
      processSeqid
    • setProcessSeqid

      public void setProcessSeqid(@Nonnull Long processSeqid)
    • 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 ConsoleOutputEntry
    • fromJson

      public static ConsoleOutputEntry fromJson(String jsonString) throws IOException
      Create an instance of ConsoleOutputEntry given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of ConsoleOutputEntry
      Throws:
      IOException - if the JSON string is invalid with respect to ConsoleOutputEntry
    • toJson

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