Package com.stripe.model.v2
Class Event.RelatedObject
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.Event.RelatedObject
- All Implemented Interfaces:
HasId
,StripeObjectInterface
- Enclosing class:
- Event
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
Unique identifier for the object relevant to the event.getType()
Type of the object relevant to the event.getUrl()
Type of the object relevant to the event.int
hashCode()
void
Unique identifier for the object relevant to the event.void
Type of the object relevant to the event.void
Type of the object relevant to the event.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RelatedObject
public RelatedObject()
-
-
Method Details
-
getType
Type of the object relevant to the event. -
getUrl
Type of the object relevant to the event. -
setId
Unique identifier for the object relevant to the event. -
setType
Type of the object relevant to the event. -
setUrl
Type of the object relevant to the event. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object relevant to the event.
-