Interface SetConfigOperation

All Superinterfaces:
Operation

public interface SetConfigOperation extends Operation
Operation that represents config set.
  • Method Details

    • getType

      Get the type used for setting the config.
    • getFlags

      int getFlags()
      Get the flags to be set.
    • getData

      byte[] getData()
      Get the bytes to be set during this operation.

      Note, this returns an exact reference to the bytes and the data must not be modified.