Class AssetReportGetResponse.Warning

java.lang.Object
com.plaid.client.response.AssetReportGetResponse.Warning
Enclosing class:
AssetReportGetResponse

public static class AssetReportGetResponse.Warning
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Warning()  
  • Method Summary

    Modifier and Type Method Description
    AssetReportGetResponse.Cause getCause()  
    java.lang.String getWarningCode()  
    java.lang.String getWarningType()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Warning

      public Warning()
  • Method Details

    • getWarningType

      public java.lang.String getWarningType()
    • getWarningCode

      public java.lang.String getWarningCode()
    • getCause

      public AssetReportGetResponse.Cause getCause()