public class LicenseKeyModel
extends java.lang.Object
Constructor and Description |
---|
LicenseKeyModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The primary key of the account
|
java.lang.String |
getHttpRequestHeader()
Getter for httpRequestHeader
If your software allows you to specify the HTTP Authorization header directly, this is the header string you
should use when contacting Avalara to make API calls with this license key.
|
java.lang.String |
getPrivateLicenseKey()
Getter for privateLicenseKey
This is your private license key.
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The primary key of the account
|
void |
setHttpRequestHeader(java.lang.String value)
Setter for httpRequestHeader
If your software allows you to specify the HTTP Authorization header directly, this is the header string you
should use when contacting Avalara to make API calls with this license key.
|
void |
setPrivateLicenseKey(java.lang.String value)
Setter for privateLicenseKey
This is your private license key.
|
java.lang.String |
toString()
Returns a JSON string representation of LicenseKeyModel
|
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.String getPrivateLicenseKey()
public void setPrivateLicenseKey(java.lang.String value)
public java.lang.String getHttpRequestHeader()
public void setHttpRequestHeader(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object