Class SyncItemsResponseModel


  • public class SyncItemsResponseModel
    extends java.lang.Object
    The response returned after an item sync was requested.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStatus()
      Getter for status The status of the request
      void setStatus​(java.lang.String value)
      Setter for status The status of the request
      java.lang.String toString()
      Returns a JSON string representation of SyncItemsResponseModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SyncItemsResponseModel

        public 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:
        toString in class java.lang.Object