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 class
EventsOfInterestInputModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventsOfInterestInputModel.Builder
builder()
boolean
equals(Object o)
String
getEventCode()
String
getProviderId()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getProviderId
public String getProviderId()
-
getEventCode
public String getEventCode()
-
builder
public static EventsOfInterestInputModel.Builder builder()
-
-