Class SyncAttributes

java.lang.Object
com.uc4.api.objects.SyncAttributes

public class SyncAttributes extends Object
This class represents the attributes of Sync objects.
  • Constructor Details

    • SyncAttributes

      protected SyncAttributes(com.uc4.util.XMLDocument doc)
  • Method Details

    • store

      protected void store(com.uc4.util.XMLDocument doc, Element request)
    • getValue

      public int getValue()
      Gets the current value.
      Returns:
      Value
    • setValue

      public void setValue(int value)
      Sets the value.
      Parameters:
      value - Value
    • getCurrentState

      public String getCurrentState()
      Returns the name of the current state.
      Returns:
      Current state
    • setCurrentState

      public void setCurrentState(String currentState)
      Sets the current state.
      Parameters:
      currentState - name of a sync state