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 stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get messageCountGet messagesinthashCode()messageCount(Long messageCount) messages(List<AnalysisLogMessage> messages) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.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
-
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 AnalysisLogs 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 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
-