Package ai.reveng.model
Class HistoryEntry
java.lang.Object
ai.reveng.model.HistoryEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class HistoryEntry
extends Object
HistoryEntry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeMadeBy(String changeMadeBy) createdAt(OffsetDateTime createdAt) booleanstatic HistoryEntryCreate an instance of HistoryEntry given an JSON stringfunctionName(String functionName) Username of the user who made the changeWhen this name change was recordedFunction name at this point in historyHistory record IDWhether the function had debug infoMangled function nameSource of the rename (USER, SYSTEM, AI_UNSTRIP, etc.)inthashCode()mangledName(String mangledName) voidsetChangeMadeBy(String changeMadeBy) voidsetCreatedAt(OffsetDateTime createdAt) voidsetFunctionName(String functionName) voidsetHistoryId(Long historyId) voidsetIsDebug(Boolean isDebug) voidsetMangledName(String mangledName) voidsetSourceType(String sourceType) sourceType(String sourceType) toJson()Convert an instance of HistoryEntry to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CHANGE_MADE_BY
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_HISTORY_ID
- See Also:
-
SERIALIZED_NAME_IS_DEBUG
- See Also:
-
SERIALIZED_NAME_MANGLED_NAME
- See Also:
-
SERIALIZED_NAME_SOURCE_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
HistoryEntry
public HistoryEntry()
-
-
Method Details
-
changeMadeBy
-
getChangeMadeBy
Username of the user who made the change- Returns:
- changeMadeBy
-
setChangeMadeBy
-
createdAt
-
getCreatedAt
When this name change was recorded- Returns:
- createdAt
-
setCreatedAt
-
functionName
-
getFunctionName
Function name at this point in history- Returns:
- functionName
-
setFunctionName
-
historyId
-
getHistoryId
History record ID- Returns:
- historyId
-
setHistoryId
-
isDebug
-
getIsDebug
Whether the function had debug info- Returns:
- isDebug
-
setIsDebug
-
mangledName
-
getMangledName
Mangled function name- Returns:
- mangledName
-
setMangledName
-
sourceType
-
getSourceType
Source of the rename (USER, SYSTEM, AI_UNSTRIP, etc.)- Returns:
- sourceType
-
setSourceType
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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
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
Convert an instance of HistoryEntry to an JSON string- Returns:
- JSON string
-