public class EventRequest extends StripeObject implements HasId
PRETTY_PRINT_GSON| Constructor and Description |
|---|
EventRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
ID of the API request that caused the event.
|
java.lang.String |
getIdempotencyKey()
The idempotency key transmitted during the request, if any.
|
int |
hashCode() |
void |
setId(java.lang.String id)
ID of the API request that caused the event.
|
void |
setIdempotencyKey(java.lang.String idempotencyKey)
The idempotency key transmitted during the request, if any.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getIdempotencyKey()
public void setId(java.lang.String id)
public void setIdempotencyKey(java.lang.String idempotencyKey)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object