Class TagModelRenditionReport

  • All Implemented Interfaces:
    Cloneable

    public class TagModelRenditionReport
    extends TagModel
    • Constructor Detail

      • TagModelRenditionReport

        public TagModelRenditionReport​(String uri,
                                       Long lastMsn,
                                       Long lastPart)
    • Method Detail

      • getUri

        public String getUri()
        Returns:
        the uri
      • getLastMsn

        public Long getLastMsn()
        Returns:
        the lastMsn
      • getLastPart

        public Long getLastPart()
        Returns:
        the lastPart
      • toString

        public String toString()
        Specified by:
        toString in class TagModel
      • write

        public void write​(TagWriter writer)
                   throws java.io.IOException
        Specified by:
        write in class TagModel
        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