Class ProcessActivityEntry

java.lang.Object
ai.reveng.model.ProcessActivityEntry

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

  • Constructor Details

    • ProcessActivityEntry

      public ProcessActivityEntry()
  • Method Details

    • args

      public ProcessActivityEntry args(@Nullable List<String> args)
    • addArgsItem

      public ProcessActivityEntry addArgsItem(String argsItem)
    • getArgs

      @Nullable public List<String> getArgs()
      Get args
      Returns:
      args
    • setArgs

      public void setArgs(@Nullable List<String> args)
    • childSeqid

      public ProcessActivityEntry childSeqid(@Nonnull Long childSeqid)
    • getChildSeqid

      @Nonnull public Long getChildSeqid()
      Get childSeqid
      Returns:
      childSeqid
    • setChildSeqid

      public void setChildSeqid(@Nonnull Long childSeqid)
    • events

      public ProcessActivityEntry events(@Nullable List<ReportEvent> events)
    • addEventsItem

      public ProcessActivityEntry addEventsItem(ReportEvent eventsItem)
    • getEvents

      @Nullable public List<ReportEvent> getEvents()
      Get events
      Returns:
      events
    • setEvents

      public void setEvents(@Nullable List<ReportEvent> events)
    • exitCode

      public ProcessActivityEntry exitCode(@Nullable Long exitCode)
    • getExitCode

      @Nullable public Long getExitCode()
      Get exitCode
      Returns:
      exitCode
    • setExitCode

      public void setExitCode(@Nullable Long exitCode)
    • exitCodeStr

      public ProcessActivityEntry exitCodeStr(@Nullable String exitCodeStr)
    • getExitCodeStr

      @Nullable public String getExitCodeStr()
      Get exitCodeStr
      Returns:
      exitCodeStr
    • setExitCodeStr

      public void setExitCodeStr(@Nullable String exitCodeStr)
    • name

      public ProcessActivityEntry name(@Nullable String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • pid

      public ProcessActivityEntry pid(@Nonnull Long pid)
    • getPid

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

      public void setPid(@Nonnull Long pid)
    • putAdditionalProperty

      public ProcessActivityEntry putAdditionalProperty(String key, Object value)
      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 property
      value - value of the property
      Returns:
      the ProcessActivityEntry instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • 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 ProcessActivityEntry
    • fromJson

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

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