Class Registration
- java.lang.Object
-
- com.adobe.aio.event.management.model.Registration
-
public class Registration extends Object
-
-
Constructor Summary
Constructors Constructor Description Registration(Long id, String name, String description, String clientId, String registrationId, String deliveryType, String webhookStatus, String createdDate, String updatedDate, String consumerId, String projectId, String workspaceId, String webhookUrl, String runtimeAction, boolean enabled, Set<EventsOfInterest> eventsOfInterests)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClientId()
String
getConsumerId()
String
getCreatedDate()
String
getDeliveryType()
String
getDescription()
Set<EventsOfInterest>
getEventsOfInterests()
Long
getId()
io.openapitools.jackson.dataformat.hal.HALLink
getJournalUrl()
String
getName()
String
getProjectId()
String
getRegistrationId()
String
getRuntimeAction()
io.openapitools.jackson.dataformat.hal.HALLink
getSelf()
io.openapitools.jackson.dataformat.hal.HALLink
getTraceUrl()
String
getUpdatedDate()
String
getWebhookStatus()
String
getWebhookUrl()
String
getWorkspaceId()
int
hashCode()
boolean
isEnabled()
String
toString()
-
-
-
Constructor Detail
-
Registration
public Registration(Long id, String name, String description, String clientId, String registrationId, String deliveryType, String webhookStatus, String createdDate, String updatedDate, String consumerId, String projectId, String workspaceId, String webhookUrl, String runtimeAction, boolean enabled, Set<EventsOfInterest> eventsOfInterests)
-
-
Method Detail
-
getSelf
public io.openapitools.jackson.dataformat.hal.HALLink getSelf()
-
getJournalUrl
public io.openapitools.jackson.dataformat.hal.HALLink getJournalUrl()
-
getTraceUrl
public io.openapitools.jackson.dataformat.hal.HALLink getTraceUrl()
-
getId
public Long getId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getClientId
public String getClientId()
-
getRegistrationId
public String getRegistrationId()
-
getDeliveryType
public String getDeliveryType()
-
getWebhookStatus
public String getWebhookStatus()
-
getCreatedDate
public String getCreatedDate()
-
getUpdatedDate
public String getUpdatedDate()
-
getConsumerId
public String getConsumerId()
-
getProjectId
public String getProjectId()
-
getWorkspaceId
public String getWorkspaceId()
-
getWebhookUrl
public String getWebhookUrl()
-
getRuntimeAction
public String getRuntimeAction()
-
isEnabled
public boolean isEnabled()
-
getEventsOfInterests
public Set<EventsOfInterest> getEventsOfInterests()
-
-