Class TagModelStreamInfCommon

    • Constructor Detail

      • TagModelStreamInfCommon

        public TagModelStreamInfCommon​(String tagName,
                                       Integer bandwidth,
                                       Integer avgBandwidth,
                                       String codecs,
                                       String resolution,
                                       Float frameRate,
                                       String video,
                                       Integer programId,
                                       String uri)
      • TagModelStreamInfCommon

        protected TagModelStreamInfCommon​(String tagName)
    • Method Detail

      • getBandwidth

        public Integer getBandwidth()
        Returns:
        the bandwidth
      • setBandwidth

        public void setBandwidth​(Integer bandwidth)
        Parameters:
        bandwidth - the bandwidth to set
      • getAvgBandwidth

        public Integer getAvgBandwidth()
        Returns:
        the avgBandwidth
      • setAvgBandwidth

        public void setAvgBandwidth​(Integer avgBandwidth)
        Parameters:
        avgBandwidth - the avgBandwidth to set
      • getCodecs

        public String getCodecs()
        Returns:
        the codecs
      • setCodecs

        public void setCodecs​(String codecs)
        Parameters:
        codecs - the codecs to set
      • getResolution

        public String getResolution()
        Returns:
        the resolution
      • setResolution

        public void setResolution​(String resolution)
        Parameters:
        resolution - the resolution to set
      • getFrameRate

        public Float getFrameRate()
        Returns:
        the frameRate
      • setFrameRate

        public void setFrameRate​(Float frameRate)
        Parameters:
        frameRate - the frameRate to set
      • getVideo

        public String getVideo()
        Returns:
        the video
      • setVideo

        public void setVideo​(String video)
        Parameters:
        video - the video to set
      • getProgramId

        public Integer getProgramId()
        Returns:
        the programId
      • setProgramId

        public void setProgramId​(Integer programId)
        Parameters:
        programId - the programId to set
      • getUri

        public java.net.URI getUri()
        Returns:
        the uri
      • setUri

        public void setUri​(java.net.URI uri)
        Parameters:
        uri - the uri to set
      • getUriStr

        public String getUriStr()
        Returns:
        the uri
      • setUriStr

        public void setUriStr​(String uri)
        Parameters:
        uri - the uri to set
      • toString

        protected void toString​(StringBuilder sb)
      • write

        public void write​(TagWriter writer,
                          StringBuffer buf)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • isValid

        public boolean isValid​(Integer version)
        Specified by:
        isValid in class TagModel
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class TagModel