@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class LinkDeliveryMetadata extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COMMUNICATION_METHOD |
static String |
SERIALIZED_NAME_DELIVERY_STATUS |
Constructor and Description |
---|
LinkDeliveryMetadata() |
Modifier and Type | Method and Description |
---|---|
LinkDeliveryMetadata |
communicationMethod(LinkDeliveryWebhookCommunicationMethod communicationMethod) |
LinkDeliveryMetadata |
deliveryStatus(LinkDeliveryWebhookDeliveryStatus deliveryStatus) |
boolean |
equals(Object o) |
LinkDeliveryWebhookCommunicationMethod |
getCommunicationMethod()
Get communicationMethod
|
LinkDeliveryWebhookDeliveryStatus |
getDeliveryStatus()
Get deliveryStatus
|
int |
hashCode() |
void |
setCommunicationMethod(LinkDeliveryWebhookCommunicationMethod communicationMethod) |
void |
setDeliveryStatus(LinkDeliveryWebhookDeliveryStatus deliveryStatus) |
String |
toString() |
public static final String SERIALIZED_NAME_COMMUNICATION_METHOD
public static final String SERIALIZED_NAME_DELIVERY_STATUS
public LinkDeliveryMetadata communicationMethod(LinkDeliveryWebhookCommunicationMethod communicationMethod)
@Nullable public LinkDeliveryWebhookCommunicationMethod getCommunicationMethod()
public void setCommunicationMethod(LinkDeliveryWebhookCommunicationMethod communicationMethod)
public LinkDeliveryMetadata deliveryStatus(LinkDeliveryWebhookDeliveryStatus deliveryStatus)
@Nullable public LinkDeliveryWebhookDeliveryStatus getDeliveryStatus()
public void setDeliveryStatus(LinkDeliveryWebhookDeliveryStatus deliveryStatus)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.