Class PartyRoleCreateEvent
java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.dto.PartyRoleCreateEvent
@Validated
@Generated(value="de.hybris.platform.partyroletmfwebservices.swagger.PrPartyRoleCodegen",
date="2022-10-21T20:35:30.099Z")
public class PartyRoleCreateEvent
extends Object
The notification data structure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncorrelationId(String correlationId) description(String description) booleanevent(PartyRoleCreateEventPayload event) The correlation id for this event.An explanatory of the event.The domain of the event.@Valid PartyRoleCreateEventPayloadgetEvent()The event payload linked to the involved resource objectThe identifier of the notification.@Valid DateTime of the event occurrence.The type of the notification.getHref()Reference of the resource involved in the eventgetId()Identifier of the resource involved in the eventA priority.@Valid DateThe time the event occured.getTitle()The title of the event.inthashCode()voidsetCorrelationId(String correlationId) voidsetDescription(String description) voidvoidvoidsetEventId(String eventId) voidsetEventTime(Date eventTime) voidsetEventType(String eventType) voidvoidvoidsetPriority(String priority) voidsetTimeOcurred(Date timeOcurred) voidtimeOcurred(Date timeOcurred) toString()
-
Constructor Details
-
PartyRoleCreateEvent
public PartyRoleCreateEvent()
-
-
Method Details
-
id
-
getId
Identifier of the resource involved in the event- Returns:
- id
-
setId
-
href
-
getHref
Reference of the resource involved in the event- Returns:
- href
-
setHref
-
eventId
-
getEventId
The identifier of the notification.- Returns:
- eventId
-
setEventId
-
eventTime
-
getEventTime
Time of the event occurrence.- Returns:
- eventTime
-
setEventTime
-
eventType
-
getEventType
The type of the notification.- Returns:
- eventType
-
setEventType
-
correlationId
-
getCorrelationId
The correlation id for this event.- Returns:
- correlationId
-
setCorrelationId
-
domain
-
getDomain
The domain of the event.- Returns:
- domain
-
setDomain
-
title
-
getTitle
The title of the event.- Returns:
- title
-
setTitle
-
description
-
getDescription
An explanatory of the event.- Returns:
- description
-
setDescription
-
priority
-
getPriority
A priority.- Returns:
- priority
-
setPriority
-
timeOcurred
-
getTimeOcurred
The time the event occured.- Returns:
- timeOcurred
-
setTimeOcurred
-
event
-
getEvent
The event payload linked to the involved resource object- Returns:
- event
-
setEvent
-
equals
-
hashCode
public int hashCode() -
toString
-