Class UsageConsumptionReportRequestStateChangeNotification
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.dto.UsageConsumptionReportRequestStateChangeNotification
@Validated
@Generated(value="de.hybris.platform.usageconsumptiontmfwebservices.swagger.UsageConsumptionCodegen",
date="2022-10-21T20:35:49.227Z")
public class UsageConsumptionReportRequestStateChangeNotification
extends Object
The notification data structure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEvent()The event linked to the involved resource objectThe identifier of the notification@Valid DateTime of the event occurrenceThe type of the notificationThe path identifying the object field concerned by this notificationThe path identifying the resource object concerned by this notificationinthashCode()resourcePath(String resourcePath) voidvoidsetEventId(String eventId) voidsetEventTime(Date eventTime) voidsetEventType(String eventType) voidsetFieldPath(String fieldPath) voidsetResourcePath(String resourcePath) toString()
-
Constructor Details
-
UsageConsumptionReportRequestStateChangeNotification
public UsageConsumptionReportRequestStateChangeNotification()
-
-
Method Details
-
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
-
fieldPath
-
getFieldPath
The path identifying the object field concerned by this notification- Returns:
- fieldPath
-
setFieldPath
-
resourcePath
-
getResourcePath
The path identifying the resource object concerned by this notification- Returns:
- resourcePath
-
setResourcePath
-
event
-
getEvent
The event linked to the involved resource object- Returns:
- event
-
setEvent
-
equals
-
hashCode
public int hashCode() -
toString
-