Package com.stripe.model.radar
Class AccountEvaluation.Event
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.AccountEvaluation.Event
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountEvaluation
Event object representing an event reported for an Account Evaluation via the report API.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTime at which the event occurred.getType()The type of event that occurred.inthashCode()voidsetOccurredAt(Long occurredAt) Time at which the event occurred.voidThe type of event that occurred.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getOccurredAt
Time at which the event occurred. Measured in seconds since the Unix epoch. -
getType
The type of event that occurred. -
setOccurredAt
Time at which the event occurred. Measured in seconds since the Unix epoch. -
setType
The type of event that occurred. -
equals
-
canEqual
-
hashCode
public int hashCode()
-