Package video.api.client.api.models
Class Metadata
- java.lang.Object
-
- video.api.client.api.models.Metadata
-
- All Implemented Interfaces:
Serializable
public class Metadata extends Object implements Serializable
Metadata- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_KEYstatic StringSERIALIZED_NAME_VALUE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()The constant that defines the data set.StringgetValue()A variable which belongs to the data set.inthashCode()Metadatakey(String key)voidsetKey(String key)voidsetValue(String value)StringtoString()Metadatavalue(String value)
-
-
-
Field Detail
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
-