类 ThingDetail


  • public class ThingDetail
    extends Object
    Represent the details of creating devices.
    • 构造器详细资料

      • ThingDetail

        public ThingDetail()
    • 方法详细资料

      • setEndpoint

        public void setEndpoint​(String endpoint)
      • getEndpoint

        public String getEndpoint()
      • setThing

        public void setThing​(String thing)
      • getThing

        public String getThing()
      • setDevice

        public void setDevice​(String device)
      • getDevice

        public String getDevice()
      • setPrincipal

        public void setPrincipal​(String principal)
      • getPrincipal

        public String getPrincipal()
      • setPolicy

        public void setPolicy​(String policy)
      • getPolicy

        public String getPolicy()
      • setKey

        public void setKey​(String key)
      • getKey

        public String getKey()