Module io.lindstrom.mpd
Class WidewineProtection
- java.lang.Object
-
- io.lindstrom.mpd.data.descriptor.Descriptor
-
- io.lindstrom.mpd.data.descriptor.protection.WidewineProtection
-
public class WidewineProtection extends Descriptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWidewineProtection.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSCHEME_ID_URI-
Fields inherited from class io.lindstrom.mpd.data.descriptor.Descriptor
id, schemeIdUri
-
-
Constructor Summary
Constructors Constructor Description WidewineProtection(java.lang.String value, java.lang.String pssh)
-
Method Summary
Modifier and Type Method Description static WidewineProtection.Builderbuilder()WidewineProtection.BuilderbuildUpon()booleanequals(java.lang.Object o)java.lang.StringgetPssh()java.lang.StringgetValue()inthashCode()java.lang.StringtoString()-
Methods inherited from class io.lindstrom.mpd.data.descriptor.Descriptor
getId, getSchemeIdUri
-
-
-
-
Field Detail
-
SCHEME_ID_URI
public static final java.lang.String SCHEME_ID_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
public java.lang.String getValue()
- Specified by:
getValuein classDescriptor
-
getPssh
public java.lang.String getPssh()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescriptor
-
buildUpon
public WidewineProtection.Builder buildUpon()
-
builder
public static WidewineProtection.Builder builder()
-
-