Package ai.reveng.model
Class BlockCommentsGenerationForFunctionResponse
java.lang.Object
ai.reveng.model.BlockCommentsGenerationForFunctionResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BlockCommentsGenerationForFunctionResponse
extends Object
BlockCommentsGenerationForFunctionResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of BlockCommentsGenerationForFunctionResponse given an JSON stringGet updatedBlocksinthashCode()voidsetUpdatedBlocks(Integer updatedBlocks) toJson()Convert an instance of BlockCommentsGenerationForFunctionResponse to an JSON stringtoString()updatedBlocks(Integer updatedBlocks) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_UPDATED_BLOCKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BlockCommentsGenerationForFunctionResponse
public BlockCommentsGenerationForFunctionResponse()
-
-
Method Details
-
updatedBlocks
-
getUpdatedBlocks
Get updatedBlocks- Returns:
- updatedBlocks
-
setUpdatedBlocks
-
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 BlockCommentsGenerationForFunctionResponse
-
fromJson
public static BlockCommentsGenerationForFunctionResponse fromJson(String jsonString) throws IOException Create an instance of BlockCommentsGenerationForFunctionResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BlockCommentsGenerationForFunctionResponse
- Throws:
IOException- if the JSON string is invalid with respect to BlockCommentsGenerationForFunctionResponse
-
toJson
Convert an instance of BlockCommentsGenerationForFunctionResponse to an JSON string- Returns:
- JSON string
-