public class TagModelSessionKey extends TagModel
| Modifier and Type | Class and Description |
|---|---|
static class |
TagModelSessionKey.Method
name: method
format: enumerated-string
status: REQUIRED
|
attributes, tagName| Constructor and Description |
|---|
TagModelSessionKey() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getIv() |
String |
getKeyFormat() |
String |
getKeyFormatVersions() |
TagModelSessionKey.Method |
getMethod() |
String |
getUri() |
int |
hashCode() |
boolean |
isMediaSegmentTag() |
boolean |
isValid(Integer version) |
void |
setIv(String iv) |
void |
setKeyFormat(String keyFormat) |
void |
setKeyFormatVersions(String keyFormatVersions) |
void |
setMethod(TagModelSessionKey.Method method) |
void |
setUri(String uri) |
String |
toString() |
boolean |
validForMasterPlaylist() |
boolean |
validForMediaPlaylist() |
void |
write(TagWriter writer) |
addAllAttributes, addAttribute, formatBoolean, formatBooleanAttribute, formatEnumAttribute, formatFloat, formatFloatAttribute, formatInteger, formatIntegerAttribute, formatQuotedStringAttribute, formatString, formatUnquotedStringAttribute, formatValue, getContextStr, getTag, getUnknownAttributes, setContextStrgetDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutpublic Object clone()
throws CloneNotSupportedException
public String getIv()
public String getKeyFormat()
public String getKeyFormatVersions()
public TagModelSessionKey.Method getMethod()
public String getUri()
public boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelpublic void setIv(String iv)
iv - the iv to setpublic void setKeyFormat(String keyFormat)
keyFormat - the keyFormat to setpublic void setKeyFormatVersions(String keyFormatVersions)
keyFormatVersions - the keyFormatVersions to setpublic void setMethod(TagModelSessionKey.Method method)
method - the method to setpublic void setUri(String uri)
uri - the uri to setpublic boolean validForMasterPlaylist()
validForMasterPlaylist in class TagModelpublic boolean validForMediaPlaylist()
validForMediaPlaylist in class TagModel