Package com.stripe.model
Class Application
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Application
- All Implemented Interfaces:
HasId,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAlways true for a deleted object.getId()Unique identifier for the object.getName()The name of the application.String representing the object's type.inthashCode()voidsetDeleted(Boolean deleted) Always true for a deleted object.voidUnique identifier for the object.voidThe name of the application.voidString representing the object's type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getDeleted
Always true for a deleted object. -
getName
The name of the application. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
application. -
setDeleted
Always true for a deleted object. -
setId
Unique identifier for the object. -
setName
The name of the application. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
application. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-