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) addDesiredAccessItem(String desiredAccessItem) desiredAccess(List<String> desiredAccess) booleanstatic ReportEventCreate an instance of ReportEvent given an JSON stringGet apiCallsgetCount()Get countGet desiredAccessGet processSeqidGet totalBytesgetType()Get typegetValue()Get valueGet valueNameinthashCode()processSeqid(Long processSeqid) voidsetApiCalls(List<ApiCall> apiCalls) voidvoidsetDesiredAccess(List<String> desiredAccess) voidsetProcessSeqid(Long processSeqid) voidsetTotalBytes(Long totalBytes) voidvoidvoidsetValueName(String valueName) toJson()Convert an instance of ReportEvent to an JSON stringtoString()totalBytes(Long totalBytes) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_API_CALLS
- See Also:
-
SERIALIZED_NAME_COUNT
- See Also:
-
SERIALIZED_NAME_DESIRED_ACCESS
- See Also:
-
SERIALIZED_NAME_PROCESS_SEQID
- See Also:
-
SERIALIZED_NAME_TOTAL_BYTES
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
SERIALIZED_NAME_VALUE_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReportEvent
public ReportEvent()
-
-
Method Details
-
apiCalls
-
addApiCallsItem
-
getApiCalls
Get apiCalls- Returns:
- apiCalls
-
setApiCalls
-
count
-
getCount
Get count- Returns:
- count
-
setCount
-
desiredAccess
-
addDesiredAccessItem
-
getDesiredAccess
Get desiredAccess- Returns:
- desiredAccess
-
setDesiredAccess
-
processSeqid
-
getProcessSeqid
Get processSeqid- Returns:
- processSeqid
-
setProcessSeqid
-
totalBytes
-
getTotalBytes
Get totalBytes- Returns:
- totalBytes
-
setTotalBytes
-
type
-
getType
Get type- Returns:
- type
-
setType
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
valueName
-
getValueName
Get valueName- Returns:
- valueName
-
setValueName
-
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
-