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) 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 source type of the functioninthashCode()voidsetChangeMadeBy(String changeMadeBy) voidsetCreatedAt(String createdAt) voidsetFunctionName(String functionName) voidsetHistoryId(Integer historyId) voidsetIsDebug(Boolean isDebug) voidsetSourceType(String sourceType) sourceType(String 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_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
-
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
-
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
-