类 ActiveRequest


  • public class ActiveRequest
    extends AbstractBceRequest
    Represent the request for HISK Device ID Activation.
    • 构造器详细资料

      • ActiveRequest

        public ActiveRequest()
    • 方法详细资料

      • setData

        public void setData​(String data)
        Set device id activation message data.
        参数:
        data - device id activation message data
      • getData

        public String getData()
        Get device id activation message data.
        返回:
        device id activation message data
      • setType

        public void setType​(EncodeType encodeType)
        Set data encoding type.
        参数:
        encodeType - data encoding type.
      • getType

        public EncodeType getType()
        Get data encoding type.
        返回:
        data encoding type.