Package ai.reveng.model
Class FunctionNameHistory
java.lang.Object
ai.reveng.model.FunctionNameHistory
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionNameHistory
extends Object
FunctionNameHistory
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeMadeBy(String changeMadeBy) booleanstatic FunctionNameHistoryCreate an instance of FunctionNameHistory given an JSON stringfunctionName(String functionName) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The user who made the changeThe timestamp when the function name was createdThe name of the functionThe ID of the history recordWhether the function is debuggedThe mangled name of the functionThe source type of the functioninthashCode()mangledName(String mangledName) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetChangeMadeBy(String changeMadeBy) voidsetCreatedAt(String createdAt) voidsetFunctionName(String functionName) voidsetHistoryId(Integer historyId) voidsetIsDebug(Boolean isDebug) voidsetMangledName(String mangledName) voidsetSourceType(FunctionSourceType sourceType) sourceType(FunctionSourceType sourceType) toJson()Convert an instance of FunctionNameHistory 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_HISTORY_ID
- See Also:
-
SERIALIZED_NAME_CHANGE_MADE_BY
- See Also:
-
SERIALIZED_NAME_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_MANGLED_NAME
- See Also:
-
SERIALIZED_NAME_IS_DEBUG
- See Also:
-
SERIALIZED_NAME_SOURCE_TYPE
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionNameHistory
public FunctionNameHistory()
-
-
Method Details
-
historyId
-
getHistoryId
The ID of the history record- Returns:
- historyId
-
setHistoryId
-
changeMadeBy
-
getChangeMadeBy
The user who made the change- Returns:
- changeMadeBy
-
setChangeMadeBy
-
functionName
-
getFunctionName
The name of the function- Returns:
- functionName
-
setFunctionName
-
mangledName
-
getMangledName
The mangled name of the function- Returns:
- mangledName
-
setMangledName
-
isDebug
-
getIsDebug
Whether the function is debugged- Returns:
- isDebug
-
setIsDebug
-
sourceType
-
getSourceType
The source type of the function- Returns:
- sourceType
-
setSourceType
-
createdAt
-
getCreatedAt
The timestamp when the function name was created- Returns:
- createdAt
-
setCreatedAt
-
putAdditionalProperty
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 propertyvalue- value of the property- Returns:
- the FunctionNameHistory instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 FunctionNameHistory
-
fromJson
Create an instance of FunctionNameHistory given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionNameHistory
- Throws:
IOException- if the JSON string is invalid with respect to FunctionNameHistory
-
toJson
Convert an instance of FunctionNameHistory to an JSON string- Returns:
- JSON string
-