Class SensorTransferCommand

java.lang.Object
com.blukii.sdk.config.datatype.SensorTransferCommand

public final class SensorTransferCommand extends Object
This class represents data type SensorTransferCommand
See Also:
  • Constructor Details

    • SensorTransferCommand

      public SensorTransferCommand()
  • Method Details

    • getAction

      public int getAction()
      Gets the transfer action.
      Returns:
      transfer action.
    • setAction

      public void setAction(int action)
      Sets the transfer action.
      Parameters:
      action - transfer action.
    • getParameter

      public int getParameter()
      Gets the recording ID or recording count.
      Returns:
      recording ID or recording count.
    • setParameter

      public void setParameter(int parameter)
      Sets the recording ID or recording count.
      Parameters:
      parameter - recording ID or recording count.
    • validate

      public int validate()
      Validates the values contained in this object.

      This can be used when you create an object, to verify the values set.

      Returns:
      a state from Validation
    • equals

      public boolean equals(@Nullable Object obj)
      Overrides:
      equals in class Object
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object