Package org.openapitools.client.models
Class CallEvent
-
- All Implemented Interfaces:
public final class CallEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescriptionprivate final IntegerendTimestampprivate final Integerseverityprivate final Integertimestampprivate final Stringtype
-
Method Summary
Modifier and Type Method Description final StringgetDescription()final IntegergetEndTimestamp()final IntegergetSeverity()final IntegergetTimestamp()final StringgetType()-
-
Method Detail
-
getDescription
final String getDescription()
-
getEndTimestamp
final Integer getEndTimestamp()
-
getSeverity
final Integer getSeverity()
-
getTimestamp
final Integer getTimestamp()
-
-
-
-