Class ItemStatusInvestments

java.lang.Object
com.plaid.client.model.ItemStatusInvestments

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2021-10-15T19:47:39.714Z[GMT]")
public class ItemStatusInvestments
extends java.lang.Object
Information about the last successful and failed investments update for the Item.
  • Field Details

  • Constructor Details

  • Method Details

    • lastSuccessfulUpdate

      public ItemStatusInvestments lastSuccessfulUpdate​(java.time.OffsetDateTime lastSuccessfulUpdate)
    • getLastSuccessfulUpdate

      @Nullable public java.time.OffsetDateTime getLastSuccessfulUpdate()
      [ISO 8601](https://wikipedia.org/wiki/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

      public ItemStatusInvestments lastFailedUpdate​(java.time.OffsetDateTime lastFailedUpdate)
    • getLastFailedUpdate

      @Nullable public java.time.OffsetDateTime getLastFailedUpdate()
      [ISO 8601](https://wikipedia.org/wiki/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 class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object