Class StripeDeletedObject

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.StripeDeletedObject
All Implemented Interfaces:
HasId, StripeObjectInterface

public class StripeDeletedObject extends StripeObject implements HasId
  • Constructor Details

    • StripeDeletedObject

      public StripeDeletedObject()
  • Method Details

    • getObject

      public String getObject()
      String representing the object’s type. Objects of the same type share the same value.
    • setId

      public void setId(String id)
      Unique identifier for the object.
    • setObject

      public void setObject(String object)
      String representing the object’s type. Objects of the same type share the same value.
    • 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.
      Specified by:
      getId in interface HasId