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 boolean
boolean
Always true for a deleted object.getId()
Unique identifier for the object.getName()
The name of the application.String representing the object's type.int
hashCode()
void
setDeleted
(Boolean deleted) Always true for a deleted object.void
Unique identifier for the object.void
The name of the application.void
String representing the object's type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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.
-