Class PromptDevice


  • public class PromptDevice
    extends java.lang.Object
    Device information displayed in a user prompt to select a device.
    • Constructor Summary

      Constructors 
      Constructor Description
      PromptDevice​(DeviceId id, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DeviceId getId()  
      java.lang.String getName()
      Display name as it appears in a device request user prompt.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PromptDevice

        public PromptDevice​(DeviceId id,
                            java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Display name as it appears in a device request user prompt.