Class DestinationCreated
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Event
dev.vality.swag.wallets.webhook.events.model.DestinationCreated
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
public class DestinationCreated
extends Event
Destination creation event
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag.wallets.webhook.events.model.Event
Event.EventTypeEnum, Event.TopicEnum -
Constructor Summary
Constructors Constructor Description DestinationCreated() -
Method Summary
Modifier and Type Method Description DestinationCreateddestination(Destination destination)booleanequals(Object o)@NotNull @Valid DestinationgetDestination()Get destinationinthashCode()voidsetDestination(Destination destination)StringtoString()Methods inherited from class dev.vality.swag.wallets.webhook.events.model.Event
eventID, eventType, getEventID, getEventType, getOccuredAt, getTopic, occuredAt, setEventID, setEventType, setOccuredAt, setTopic, topic
-
Constructor Details
-
DestinationCreated
public DestinationCreated()
-
-
Method Details