@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class ItemStatusLastWebhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CODE_SENT |
static String |
SERIALIZED_NAME_SENT_AT |
| Constructor and Description |
|---|
ItemStatusLastWebhook() |
| Modifier and Type | Method and Description |
|---|---|
ItemStatusLastWebhook |
codeSent(String codeSent) |
boolean |
equals(Object o) |
String |
getCodeSent()
The last webhook code sent.
|
OffsetDateTime |
getSentAt()
[ISO 8601](https://wikipedia.org/wiki/ISO_8601) timestamp of when the webhook was fired.
|
int |
hashCode() |
ItemStatusLastWebhook |
sentAt(OffsetDateTime sentAt) |
void |
setCodeSent(String codeSent) |
void |
setSentAt(OffsetDateTime sentAt) |
String |
toString() |
public static final String SERIALIZED_NAME_SENT_AT
public static final String SERIALIZED_NAME_CODE_SENT
public ItemStatusLastWebhook sentAt(OffsetDateTime sentAt)
@Nullable public OffsetDateTime getSentAt()
public void setSentAt(OffsetDateTime sentAt)
public ItemStatusLastWebhook codeSent(String codeSent)
public void setCodeSent(String codeSent)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.