Class UiVideoPlayer.SetAutoplayCommand

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

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

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

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

      • componentId

        protected java.lang.String componentId
      • autoplay

        protected boolean autoplay
    • Constructor Detail

      • SetAutoplayCommand

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

        public SetAutoplayCommand​(java.lang.String componentId,
                                  boolean autoplay)
    • 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>
      • getAutoplay

        public boolean getAutoplay()