Class Application

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

public class Application extends StripeObject implements HasId
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • getDeleted

      public Boolean getDeleted()
      Always true for a deleted object.
    • getName

      public String getName()
      The name of the application.
    • getObject

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

      Equal to application.

    • setDeleted

      public void setDeleted(Boolean deleted)
      Always true for a deleted object.
    • setId

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

      public void setName(String name)
      The name of the application.
    • setObject

      public void setObject(String object)
      String representing the object's type. Objects of the same type share the same value.

      Equal to application.

    • 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