Package com.stripe.model
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
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetId()Unique identifier for the object.java.lang.StringgetName()The name of the application.java.lang.StringgetObject()String representing the object's type.inthashCode()voidsetId(java.lang.String id)Unique identifier for the object.voidsetName(java.lang.String name)The name of the application.voidsetObject(java.lang.String object)String representing the object's type.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
The name of the application.
-
getObject
public java.lang.String getObject()
String representing the object's type. Objects of the same type share the same value.Equal to
application.
-
setId
public void setId(java.lang.String id)
Unique identifier for the object.
-
setName
public void setName(java.lang.String name)
The name of the application.
-
setObject
public void setObject(java.lang.String object)
String representing the object's type. Objects of the same type share the same value.Equal to
application.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-