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 class
EventMetadataCollection.EventMetadataList
-
Constructor Summary
Constructors Constructor Description EventMetadataCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<EventMetadata>
getEventMetadata()
EventMetadataCollection.EventMetadataList
getEventMetadataList()
int
hashCode()
boolean
isEmpty()
String
toString()
-
-
-
Method Detail
-
getEventMetadataList
public EventMetadataCollection.EventMetadataList getEventMetadataList()
-
getEventMetadata
public List<EventMetadata> getEventMetadata()
-
isEmpty
public boolean isEmpty()
-
-