Class SyncItemsResponseModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.SyncItemsResponseModel
-
public class SyncItemsResponseModel extends java.lang.ObjectThe response returned after an item sync was requested.
-
-
Constructor Summary
Constructors Constructor Description SyncItemsResponseModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStatus()Getter for status The status of the requestvoidsetStatus(java.lang.String value)Setter for status The status of the requestjava.lang.StringtoString()Returns a JSON string representation of SyncItemsResponseModel
-
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
Getter for status The status of the request
-
setStatus
public void setStatus(java.lang.String value)
Setter for status The status of the request
-
toString
public java.lang.String toString()
Returns a JSON string representation of SyncItemsResponseModel- Overrides:
toStringin classjava.lang.Object
-
-