Class Int64TaxProfileObjectReferenceModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.Int64TaxProfileObjectReferenceModel
-
public class Int64TaxProfileObjectReferenceModel extends java.lang.Object
TaxProfile Service Object Reference Model
-
-
Constructor Summary
Constructors Constructor Description Int64TaxProfileObjectReferenceModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Getter for displayName Display namejava.lang.Long
getIdentifier()
Getter for identifier Identifier or Id of datajava.lang.String
getLocation()
Getter for location Locationvoid
setDisplayName(java.lang.String value)
Setter for displayName Display namevoid
setIdentifier(java.lang.Long value)
Setter for identifier Identifier or Id of datavoid
setLocation(java.lang.String value)
Setter for location Locationjava.lang.String
toString()
Returns a JSON string representation of 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 classjava.lang.Object
-
-