Class Device


  • public class Device
    extends Object
    Device class holds information about device received as a part token information Token

    id - device or application identifier

    name - device name

    type - device or application type

    Since:
    1.0
    Version:
    1.0
    • Constructor Detail

      • Device

        public Device()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)