Class EventsOfInterestInputModel
- java.lang.Object
-
- com.adobe.aio.event.management.model.EventsOfInterestInputModel
-
public class EventsOfInterestInputModel extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventsOfInterestInputModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventsOfInterestInputModel.Builderbuilder()booleanequals(Object o)StringgetEventCode()StringgetProviderId()inthashCode()StringtoString()
-
-
-
Method Detail
-
getProviderId
public String getProviderId()
-
getEventCode
public String getEventCode()
-
builder
public static EventsOfInterestInputModel.Builder builder()
-
-