Class ReportEvent

java.lang.Object
ai.reveng.model.ReportEvent

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

  • Constructor Details

    • ReportEvent

      public ReportEvent()
  • Method Details

    • apiCalls

      public ReportEvent apiCalls(@Nullable List<ApiCall> apiCalls)
    • addApiCallsItem

      public ReportEvent addApiCallsItem(ApiCall apiCallsItem)
    • getApiCalls

      @Nullable public List<ApiCall> getApiCalls()
      Get apiCalls
      Returns:
      apiCalls
    • setApiCalls

      public void setApiCalls(@Nullable List<ApiCall> apiCalls)
    • processSeqid

      public ReportEvent processSeqid(@Nullable Long processSeqid)
    • getProcessSeqid

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

      public void setProcessSeqid(@Nullable Long processSeqid)
    • totalBytesRequested

      public ReportEvent totalBytesRequested(@Nullable Long totalBytesRequested)
    • getTotalBytesRequested

      @Nullable public Long getTotalBytesRequested()
      Get totalBytesRequested
      Returns:
      totalBytesRequested
    • setTotalBytesRequested

      public void setTotalBytesRequested(@Nullable Long totalBytesRequested)
    • type

      public ReportEvent type(@Nullable String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(@Nullable String type)
    • value

      public ReportEvent value(@Nullable String value)
    • getValue

      @Nullable public String getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(@Nullable String value)
    • valueName

      public ReportEvent valueName(@Nullable String valueName)
    • getValueName

      @Nullable public String getValueName()
      Get valueName
      Returns:
      valueName
    • setValueName

      public void setValueName(@Nullable String valueName)
    • writeCount

      public ReportEvent writeCount(@Nullable Long writeCount)
    • getWriteCount

      @Nullable public Long getWriteCount()
      Get writeCount
      Returns:
      writeCount
    • setWriteCount

      public void setWriteCount(@Nullable Long writeCount)
    • putAdditionalProperty

      public ReportEvent 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 ReportEvent 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 ReportEvent
    • fromJson

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

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