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.JavaClientCodegen",
date="2023-05-31T03:52:57.575432417Z[Etc/UTC]")
public class DestinationCreated
extends Event
Событие создания приемника денежных средств
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag.wallets.webhook.events.model.Event
Event.EventTypeEnum, Event.TopicEnum -
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESTINATIONFields inherited from class dev.vality.swag.wallets.webhook.events.model.Event
eventType, JSON_PROPERTY_EVENT_I_D, JSON_PROPERTY_EVENT_TYPE, JSON_PROPERTY_OCCURED_AT, JSON_PROPERTY_TOPIC -
Constructor Summary
Constructors Constructor Description DestinationCreated() -
Method Summary
Modifier and Type Method Description DestinationCreateddestination(Destination destination)booleanequals(Object o)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
-
Field Details
-
JSON_PROPERTY_DESTINATION
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DestinationCreated
public DestinationCreated()
-
-
Method Details