Interface Video

All Superinterfaces:
NonLinkableWidget, Widget

@NonNullByDefault public interface Video extends NonLinkableWidget
A representation of a sitemap Video widget.
Author:
Mark Herwege - Initial contribution
  • Method Details

    • getUrl

      String getUrl()
      Get the url of the video.
      Returns:
      url
    • setUrl

      void setUrl(String url)
      Set the url of the video.
      Parameters:
      url -
    • getEncoding

      @Nullable String getEncoding()
      Get the configured video encoding.
      Returns:
      encoding, null if no encoding is configured
    • setEncoding

      void setEncoding(@Nullable String encoding)
      Set the video encoding.
      Parameters:
      encoding -