public class IsoRegionModel
extends java.lang.Object
Constructor and Description |
---|
IsoRegionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassification()
Getter for classification - Represents a region, province, or state within a country
|
java.lang.String |
getCode()
Getter for code - Represents a region, province, or state within a country
|
java.lang.String |
getCountryCode()
Getter for countryCode - Represents a region, province, or state within a country
|
java.lang.String |
getName()
Getter for name - Represents a region, province, or state within a country
|
java.lang.Boolean |
getStreamlinedSalesTax()
Getter for streamlinedSalesTax - Represents a region, province, or state within a country
|
void |
setClassification(java.lang.String classification)
Setter for classification - Represents a region, province, or state within a country
|
void |
setCode(java.lang.String code)
Setter for code - Represents a region, province, or state within a country
|
void |
setCountryCode(java.lang.String countryCode)
Setter for countryCode - Represents a region, province, or state within a country
|
void |
setName(java.lang.String name)
Setter for name - Represents a region, province, or state within a country
|
void |
setStreamlinedSalesTax(java.lang.Boolean streamlinedSalesTax)
Setter for streamlinedSalesTax - Represents a region, province, or state within a country
|
java.lang.String |
toString()
Returns a JSON string representation of IsoRegionModel.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Boolean getStreamlinedSalesTax()
public void setStreamlinedSalesTax(java.lang.Boolean streamlinedSalesTax)
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
public java.lang.String getClassification()
public void setClassification(java.lang.String classification)
public java.lang.String toString()
toString
in class java.lang.Object