Class HistoryEntry

java.lang.Object
ai.reveng.model.HistoryEntry

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

  • Constructor Details

    • HistoryEntry

      public HistoryEntry()
  • Method Details

    • changeMadeBy

      public HistoryEntry changeMadeBy(@Nonnull String changeMadeBy)
    • getChangeMadeBy

      @Nonnull public String getChangeMadeBy()
      Username of the user who made the change
      Returns:
      changeMadeBy
    • setChangeMadeBy

      public void setChangeMadeBy(@Nonnull String changeMadeBy)
    • createdAt

      public HistoryEntry createdAt(@Nonnull OffsetDateTime createdAt)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      When this name change was recorded
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(@Nonnull OffsetDateTime createdAt)
    • functionName

      public HistoryEntry functionName(@Nonnull String functionName)
    • getFunctionName

      @Nonnull public String getFunctionName()
      Function name at this point in history
      Returns:
      functionName
    • setFunctionName

      public void setFunctionName(@Nonnull String functionName)
    • historyId

      public HistoryEntry historyId(@Nonnull Long historyId)
    • getHistoryId

      @Nonnull public Long getHistoryId()
      History record ID
      Returns:
      historyId
    • setHistoryId

      public void setHistoryId(@Nonnull Long historyId)
    • isDebug

      public HistoryEntry isDebug(@Nonnull Boolean isDebug)
    • getIsDebug

      @Nonnull public Boolean getIsDebug()
      Whether the function had debug info
      Returns:
      isDebug
    • setIsDebug

      public void setIsDebug(@Nonnull Boolean isDebug)
    • mangledName

      public HistoryEntry mangledName(@Nullable String mangledName)
    • getMangledName

      @Nullable public String getMangledName()
      Mangled function name
      Returns:
      mangledName
    • setMangledName

      public void setMangledName(@Nullable String mangledName)
    • sourceType

      public HistoryEntry sourceType(@Nonnull String sourceType)
    • getSourceType

      @Nonnull public String getSourceType()
      Source of the rename (USER, SYSTEM, AI_UNSTRIP, etc.)
      Returns:
      sourceType
    • setSourceType

      public void setSourceType(@Nonnull String sourceType)
    • putAdditionalProperty

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

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

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