-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class SourceAwareMetadataObject extends MetadataObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
SourceAwareMetadataObject.Fields
Provides the list of known field names that can appear in the properties Map.
-
Constructor Summary
Constructors Constructor Description SourceAwareMetadataObject(Map<String, Object> properties)
-
Method Summary
Modifier and Type Method Description DeliveryType
getDeliveryType()
Returns the DeliveryType for this Source, or DeliveryType.UNKNOWN if none wasspecified. -
Methods inherited from class com.brightcove.player.model.MetadataObject
getIntegerProperty, getIntegerProperty, getLongProperty, getProperties, getStringProperty, getStringProperty, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDeliveryType
@NonNull() DeliveryType getDeliveryType()
Returns the DeliveryType for this Source, or DeliveryType.UNKNOWN if none wasspecified.
-
-
-
-