Package ai.reveng.model
Class AnalysisLogs
java.lang.Object
ai.reveng.model.AnalysisLogs
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AnalysisLogs
extends Object
AnalysisLogs
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMessagesItem(AnalysisLogMessage messagesItem) booleanstatic AnalysisLogsCreate an instance of AnalysisLogs given an JSON stringGet messageCountGet messagesinthashCode()messageCount(Long messageCount) messages(List<AnalysisLogMessage> messages) voidsetMessageCount(Long messageCount) voidsetMessages(List<AnalysisLogMessage> messages) toJson()Convert an instance of AnalysisLogs 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_MESSAGE_COUNT
- See Also:
-
SERIALIZED_NAME_MESSAGES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AnalysisLogs
public AnalysisLogs()
-
-
Method Details
-
messageCount
-
getMessageCount
Get messageCount- Returns:
- messageCount
-
setMessageCount
-
messages
-
addMessagesItem
-
getMessages
Get messages- Returns:
- messages
-
setMessages
-
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 AnalysisLogs
-
fromJson
Create an instance of AnalysisLogs given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AnalysisLogs
- Throws:
IOException- if the JSON string is invalid with respect to AnalysisLogs
-
toJson
Convert an instance of AnalysisLogs to an JSON string- Returns:
- JSON string
-