Class AccountEvaluation.Event

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.AccountEvaluation.Event
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
AccountEvaluation

public static class AccountEvaluation.Event extends StripeObject
Event object representing an event reported for an Account Evaluation via the report API.
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getLoginFailed

      public AccountEvaluation.Event.LoginFailed getLoginFailed()
      Data about a failed login event.
    • getOccurredAt

      public Long getOccurredAt()
      Time at which the event occurred. Measured in seconds since the Unix epoch.
    • getRegistrationFailed

      public AccountEvaluation.Event.RegistrationFailed getRegistrationFailed()
      Data about a failed registration event.
    • getType

      public String getType()
      The type of event that occurred.
    • setLoginFailed

      public void setLoginFailed(AccountEvaluation.Event.LoginFailed loginFailed)
      Data about a failed login event.
    • setOccurredAt

      public void setOccurredAt(Long occurredAt)
      Time at which the event occurred. Measured in seconds since the Unix epoch.
    • setRegistrationFailed

      public void setRegistrationFailed(AccountEvaluation.Event.RegistrationFailed registrationFailed)
      Data about a failed registration event.
    • setType

      public void setType(String type)
      The type of event that occurred.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object