Package io.bdeploy.jersey.ws.change.msg
Class ObjectChangeDto
java.lang.Object
io.bdeploy.jersey.ws.change.msg.ObjectChangeDto
Represents a change in an object
-
Field Summary
FieldsModifier and TypeFieldDescriptionType and event specific details about the event.The event which happened.The scope of the object.The type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionObjectChangeDto(String type, ObjectScope scope, ObjectEvent event, Map<String, String> details) -
Method Summary
-
Field Details
-
type
The type of the object. -
scope
The scope of the object. -
event
The event which happened. -
details
Type and event specific details about the event.
-
-
Constructor Details
-
ObjectChangeDto
public ObjectChangeDto(String type, ObjectScope scope, ObjectEvent event, Map<String, String> details)
-
-
Method Details