public class TagModelRenditionReport extends TagModel
| Modifier and Type | Field | Description |
|---|---|---|
static String |
LAST_MSN_ATTR |
|
static String |
LAST_PART_ATTR |
|
static String |
URI_ATTR |
attributes, tagName| Constructor | Description |
|---|---|
TagModelRenditionReport(String uri,
Long lastMsn,
Long lastPart) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
Long |
getLastMsn() |
|
Long |
getLastPart() |
|
String |
getUri() |
|
int |
hashCode() |
|
boolean |
isMediaSegmentTag() |
|
boolean |
isValid(Integer version) |
|
String |
toString() |
|
boolean |
validForMasterPlaylist() |
|
boolean |
validForMediaPlaylist() |
|
void |
write(TagWriter writer) |
getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutaddAllAttributes, addAttribute, clone, equals, findTags, formatAttributes, formatBoolean, formatBooleanAttribute, formatDoubleAttribute, formatEnumAttribute, formatFloat, formatFloatAttribute, formatInteger, formatIntegerAttribute, formatLong, formatLongAttribute, formatQuotedStringAttribute, formatString, formatUnquotedStringAttribute, formatValue, getContextStr, getTag, getTagName, getUnknownAttributes, setContextStrpublic static final String LAST_MSN_ATTR
public static final String LAST_PART_ATTR
public static final String URI_ATTR
public TagModelRenditionReport(String uri,
Long lastMsn,
Long lastPart)
public Long getLastMsn()
public Long getLastPart()
public String getUri()
public boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelpublic boolean validForMasterPlaylist()
validForMasterPlaylist in class TagModelpublic boolean validForMediaPlaylist()
validForMediaPlaylist in class TagModel