Package ai.reveng.model
Class ReportEvent
java.lang.Object
ai.reveng.model.ReportEvent
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ReportEvent
extends Object
ReportEvent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddApiCallsItem(ApiCall apiCallsItem) booleanstatic ReportEventCreate an instance of ReportEvent given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get apiCallsGet processSeqidGet totalBytesRequestedgetType()Get typegetValue()Get valueGet valueNameGet writeCountinthashCode()processSeqid(Long processSeqid) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetApiCalls(List<ApiCall> apiCalls) voidsetProcessSeqid(Long processSeqid) voidsetTotalBytesRequested(Long totalBytesRequested) voidvoidvoidsetValueName(String valueName) voidsetWriteCount(Long writeCount) toJson()Convert an instance of ReportEvent to an JSON stringtoString()totalBytesRequested(Long totalBytesRequested) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundwriteCount(Long writeCount)
-
Field Details
-
SERIALIZED_NAME_API_CALLS
- See Also:
-
SERIALIZED_NAME_PROCESS_SEQID
- See Also:
-
SERIALIZED_NAME_TOTAL_BYTES_REQUESTED
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
SERIALIZED_NAME_VALUE_NAME
- See Also:
-
SERIALIZED_NAME_WRITE_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReportEvent
public ReportEvent()
-
-
Method Details
-
apiCalls
-
addApiCallsItem
-
getApiCalls
Get apiCalls- Returns:
- apiCalls
-
setApiCalls
-
processSeqid
-
getProcessSeqid
Get processSeqid- Returns:
- processSeqid
-
setProcessSeqid
-
totalBytesRequested
-
getTotalBytesRequested
Get totalBytesRequested- Returns:
- totalBytesRequested
-
setTotalBytesRequested
-
type
-
getType
Get type- Returns:
- type
-
setType
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
valueName
-
getValueName
Get valueName- Returns:
- valueName
-
setValueName
-
writeCount
-
getWriteCount
Get writeCount- Returns:
- writeCount
-
setWriteCount
-
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 ReportEvent 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 ReportEvent
-
fromJson
Create an instance of ReportEvent given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReportEvent
- Throws:
IOException- if the JSON string is invalid with respect to ReportEvent
-
toJson
Convert an instance of ReportEvent to an JSON string- Returns:
- JSON string
-