public class TagModelUnknown extends TagModel
attributes, tagName| Constructor | Description |
|---|---|
TagModelUnknown() |
|
TagModelUnknown(String item,
String value) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getValue() |
|
int |
hashCode() |
|
boolean |
isMediaSegmentTag() |
|
boolean |
isValid(Integer version) |
|
void |
setTag(String tag) |
|
void |
setValue(String value) |
|
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 TagModelUnknown()
public TagModelUnknown(String item,
String value)
public String getValue()
public boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelpublic void setTag(String tag)
public void setValue(String value)
public boolean validForMasterPlaylist()
validForMasterPlaylist in class TagModelpublic boolean validForMediaPlaylist()
validForMediaPlaylist in class TagModel