Class Int64TaxProfileObjectReferenceModel


  • public class Int64TaxProfileObjectReferenceModel
    extends java.lang.Object
    TaxProfile Service Object Reference Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Getter for displayName Display name
      java.lang.Long getIdentifier()
      Getter for identifier Identifier or Id of data
      java.lang.String getLocation()
      Getter for location Location
      void setDisplayName​(java.lang.String value)
      Setter for displayName Display name
      void setIdentifier​(java.lang.Long value)
      Setter for identifier Identifier or Id of data
      void setLocation​(java.lang.String value)
      Setter for location Location
      java.lang.String toString()
      Returns a JSON string representation of Int64TaxProfileObjectReferenceModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Int64TaxProfileObjectReferenceModel

        public Int64TaxProfileObjectReferenceModel()
    • Method Detail

      • getIdentifier

        public java.lang.Long getIdentifier()
        Getter for identifier Identifier or Id of data
      • setIdentifier

        public void setIdentifier​(java.lang.Long value)
        Setter for identifier Identifier or Id of data
      • getDisplayName

        public java.lang.String getDisplayName()
        Getter for displayName Display name
      • setDisplayName

        public void setDisplayName​(java.lang.String value)
        Setter for displayName Display name
      • getLocation

        public java.lang.String getLocation()
        Getter for location Location
      • setLocation

        public void setLocation​(java.lang.String value)
        Setter for location Location
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of Int64TaxProfileObjectReferenceModel
        Overrides:
        toString in class java.lang.Object