Class MortgageInterestRate

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2021-10-15T19:47:39.714Z[GMT]")
public class MortgageInterestRate
extends java.lang.Object
Object containing metadata about the interest rate for the mortgage.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String SERIALIZED_NAME_PERCENTAGE  
    static java.lang.String SERIALIZED_NAME_TYPE  
  • Constructor Summary

    Constructors 
    Constructor Description
    MortgageInterestRate()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.Double getPercentage()
    Percentage value (interest rate of current mortgage, not APR) of interest payable on a loan.
    java.lang.String getType()
    The type of interest charged (fixed or variable).
    int hashCode()  
    MortgageInterestRate percentage​(java.lang.Double percentage)  
    void setPercentage​(java.lang.Double percentage)  
    void setType​(java.lang.String type)  
    java.lang.String toString()  
    MortgageInterestRate type​(java.lang.String type)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • percentage

      public MortgageInterestRate percentage​(java.lang.Double percentage)
    • getPercentage

      @Nullable public java.lang.Double getPercentage()
      Percentage value (interest rate of current mortgage, not APR) of interest payable on a loan.
      Returns:
      percentage
    • setPercentage

      public void setPercentage​(java.lang.Double percentage)
    • type

      public MortgageInterestRate type​(java.lang.String type)
    • getType

      @Nullable public java.lang.String getType()
      The type of interest charged (fixed or variable).
      Returns:
      type
    • setType

      public void setType​(java.lang.String type)
    • 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