Class SetUserAccountStateAndSubStateCmd

  • All Implemented Interfaces:
    Command<Void>

    public class SetUserAccountStateAndSubStateCmd
    extends Object
    implements Command<Void>
    Author:
    Filip Hrisafov
    • Field Detail

      • accountId

        protected final String accountId
      • state

        protected final String state
      • subState

        protected final String subState
    • Constructor Detail

      • SetUserAccountStateAndSubStateCmd

        public SetUserAccountStateAndSubStateCmd​(String accountId,
                                                 String state,
                                                 String subState)