Class Event.RelatedObject

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.Event.RelatedObject
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
Event

public static class Event.RelatedObject extends StripeObject implements HasId
  • Constructor Details

    • RelatedObject

      public RelatedObject()
  • Method Details

    • getType

      public String getType()
      Type of the object relevant to the event.
    • getUrl

      public String getUrl()
      Type of the object relevant to the event.
    • setId

      public void setId(String id)
      Unique identifier for the object relevant to the event.
    • setType

      public void setType(String type)
      Type of the object relevant to the event.
    • setUrl

      public void setUrl(String url)
      Type of the object relevant to the event.
    • 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
    • getId

      public String getId()
      Unique identifier for the object relevant to the event.
      Specified by:
      getId in interface HasId