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

    • getOccurredAt

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

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

      public void setOccurredAt(Long occurredAt)
      Time at which the event occurred. Measured in seconds since the Unix epoch.
    • 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