public class SyncItemsResponseModel
extends Object
The response returned after an item sync was requested.
-
Constructor Summary
Constructors
-
Method Summary
Getter for status
The status of the request
void
Setter for status
The status of the request
Returns a JSON string representation of SyncItemsResponseModel
-
Constructor Details
-
SyncItemsResponseModel
public SyncItemsResponseModel()
-
Method Details
-
getStatus
Getter for status
The status of the request
-
setStatus
public void setStatus(String value)
Setter for status
The status of the request
-
toString
Returns a JSON string representation of SyncItemsResponseModel
- Overrides:
toString
in class Object