Class UiAudioLevelIndicator.SetDeviceIdCommand

  • All Implemented Interfaces:
    UiCommand<java.lang.Void>
    Enclosing class:
    UiAudioLevelIndicator

    public static class UiAudioLevelIndicator.SetDeviceIdCommand
    extends java.lang.Object
    implements UiCommand<java.lang.Void>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String componentId  
      protected java.lang.String deviceId  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetDeviceIdCommand()
      Deprecated.
      Only for Jackson deserialization.
      SetDeviceIdCommand​(java.lang.String componentId, java.lang.String deviceId)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • deviceId

        protected java.lang.String deviceId
    • Constructor Detail

      • SetDeviceIdCommand

        @Deprecated
        public SetDeviceIdCommand()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • SetDeviceIdCommand

        public SetDeviceIdCommand​(java.lang.String componentId,
                                  java.lang.String deviceId)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiCommand<java.lang.Void>
      • getDeviceId

        public java.lang.String getDeviceId()