public class ApiEvent
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ApiEvent(java.lang.String type,
float thresholdRate,
User user,
Source source,
ApiEventParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected ApiEventParameters |
getParameters()
Getter for parameters.
|
Source |
getSource() |
float |
getThresholdRate() |
java.lang.String |
getTimestamp() |
java.lang.String |
getType() |
User |
getUser() |
protected ApiEvent(java.lang.String type,
float thresholdRate,
User user,
Source source,
@Nullable
ApiEventParameters parameters)
public float getThresholdRate()
public java.lang.String getType()
public java.lang.String getTimestamp()
public Source getSource()
public User getUser()
@Nullable protected ApiEventParameters getParameters()