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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classData about a failed login event.static classData about a failed registration event. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanData about a failed login event.Time at which the event occurred.Data about a failed registration event.getType()The type of event that occurred.inthashCode()voidsetLoginFailed(AccountEvaluation.Event.LoginFailed loginFailed) Data about a failed login event.voidsetOccurredAt(Long occurredAt) Time at which the event occurred.voidsetRegistrationFailed(AccountEvaluation.Event.RegistrationFailed registrationFailed) Data about a failed registration event.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
-
getLoginFailed
Data about a failed login event. -
getOccurredAt
Time at which the event occurred. Measured in seconds since the Unix epoch. -
getRegistrationFailed
Data about a failed registration event. -
getType
The type of event that occurred. -
setLoginFailed
Data about a failed login event. -
setOccurredAt
Time at which the event occurred. Measured in seconds since the Unix epoch. -
setRegistrationFailed
Data about a failed registration event. -
setType
The type of event that occurred. -
equals
-
canEqual
-
hashCode
public int hashCode()
-