Class TagModelPreloadHint

    • Constructor Detail

      • TagModelPreloadHint

        public TagModelPreloadHint​(String type,
                                   String uri,
                                   Long byteRangeStart,
                                   Long byteRangeLength)
      • TagModelPreloadHint

        public TagModelPreloadHint​(String type,
                                   String uri)
    • Method Detail

      • getType

        public String getType()
        Returns:
        the type
      • getURI

        public String getURI()
        Returns:
        the uRI
      • getByteRangeStart

        public Long getByteRangeStart()
        Returns:
        the byteRangeStart
      • getByteRangeLength

        public Long getByteRangeLength()
        Returns:
        the byteRangeLength
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class TagModel
      • 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