Class QCPlayerURL


  • public class QCPlayerURL
    extends java.lang.Object
    The type Qc player url.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String title
      The Title.
      java.lang.String videoUrl
      The Video url.
    • Constructor Summary

      Constructors 
      Constructor Description
      QCPlayerURL​(java.lang.String title, java.lang.String videoUrl)
      Instantiates a new Qc player url.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • title

        public java.lang.String title
        The Title.
      • videoUrl

        public java.lang.String videoUrl
        The Video url.
    • Constructor Detail

      • QCPlayerURL

        public QCPlayerURL​(java.lang.String title,
                           java.lang.String videoUrl)
        Instantiates a new Qc player url.
        Parameters:
        title - the title
        videoUrl - the video url