Class Taxform

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2021-10-15T19:47:39.714Z[GMT]")
public class Taxform
extends java.lang.Object
Taxform
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String SERIALIZED_NAME_DOCUMENT_TYPE  
    static java.lang.String SERIALIZED_NAME_W2  
  • Constructor Summary

    Constructors 
    Constructor Description
    Taxform()  
  • Method Summary

    Modifier and Type Method Description
    Taxform documentType​(java.lang.String documentType)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getDocumentType()
    The type of tax document.
    W2 getW2()
    Get w2
    int hashCode()  
    void setDocumentType​(java.lang.String documentType)  
    void setW2​(W2 w2)  
    java.lang.String toString()  
    Taxform w2​(W2 w2)  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • documentType

      public Taxform documentType​(java.lang.String documentType)
    • getDocumentType

      public java.lang.String getDocumentType()
      The type of tax document.
      Returns:
      documentType
    • setDocumentType

      public void setDocumentType​(java.lang.String documentType)
    • w2

      public Taxform w2​(W2 w2)
    • getW2

      @Nullable public W2 getW2()
      Get w2
      Returns:
      w2
    • setW2

      public void setW2​(W2 w2)
    • 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