Package com.plaid.client.model
Class ItemStatusInvestments
java.lang.Object
com.plaid.client.model.ItemStatusInvestments
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-08-13T23:02:46.991Z[GMT]")
public class ItemStatusInvestments
extends java.lang.Object
Information about the last successful and failed investments update for the Item.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_LAST_FAILED_UPDATE
static java.lang.String
SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE
-
Constructor Summary
Constructors Constructor Description ItemStatusInvestments()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.time.OffsetDateTime
getLastFailedUpdate()
ISO 8601 timestamp of the last failed investments update for the Item.java.time.OffsetDateTime
getLastSuccessfulUpdate()
ISO 8601 timestamp of the last successful investments update for the Item.int
hashCode()
ItemStatusInvestments
lastFailedUpdate(java.time.OffsetDateTime lastFailedUpdate)
ItemStatusInvestments
lastSuccessfulUpdate(java.time.OffsetDateTime lastSuccessfulUpdate)
void
setLastFailedUpdate(java.time.OffsetDateTime lastFailedUpdate)
void
setLastSuccessfulUpdate(java.time.OffsetDateTime lastSuccessfulUpdate)
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE
public static final java.lang.String SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST_FAILED_UPDATE
public static final java.lang.String SERIALIZED_NAME_LAST_FAILED_UPDATE- See Also:
- Constant Field Values
-
-
Constructor Details
-
ItemStatusInvestments
public ItemStatusInvestments()
-
-
Method Details
-
lastSuccessfulUpdate
-
getLastSuccessfulUpdate
@Nullable public java.time.OffsetDateTime getLastSuccessfulUpdate()ISO 8601 timestamp of the last successful investments update for the Item. The status will update each time Plaid successfully connects with the institution, regardless of whether any new data is available in the update.- Returns:
- lastSuccessfulUpdate
-
setLastSuccessfulUpdate
public void setLastSuccessfulUpdate(java.time.OffsetDateTime lastSuccessfulUpdate) -
lastFailedUpdate
-
getLastFailedUpdate
@Nullable public java.time.OffsetDateTime getLastFailedUpdate()ISO 8601 timestamp of the last failed investments update for the Item. The status will update each time Plaid fails an attempt to connect with the institution, regardless of whether any new data is available in the update.- Returns:
- lastFailedUpdate
-
setLastFailedUpdate
public void setLastFailedUpdate(java.time.OffsetDateTime lastFailedUpdate) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-