Class EventMetadataCollection
- java.lang.Object
-
- com.adobe.aio.event.management.model.EventMetadataCollection
-
public class EventMetadataCollection extends Object
Adobe I/O Events EventMetadata Collection model
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventMetadataCollection.EventMetadataList
-
Constructor Summary
Constructors Constructor Description EventMetadataCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<EventMetadata>getEventMetadata()EventMetadataCollection.EventMetadataListgetEventMetadataList()inthashCode()booleanisEmpty()StringtoString()
-
-
-
Method Detail
-
getEventMetadataList
public EventMetadataCollection.EventMetadataList getEventMetadataList()
-
getEventMetadata
public List<EventMetadata> getEventMetadata()
-
isEmpty
public boolean isEmpty()
-
-