Class DestinationAuthorized
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Event
dev.vality.swag.wallets.webhook.events.model.DestinationAuthorized
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-11-16T04:27:59.845708885Z[Etc/UTC]")
public class DestinationAuthorized
extends Event
Changing the status of the destination receiver to authorized
-
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 DestinationAuthorized() -
Method Summary
Modifier and Type Method Description DestinationAuthorizeddestinationID(String destinationID)booleanequals(Object o)DestinationAuthorizedexternalID(String externalID)@NotNull StringgetDestinationID()Destination identifierStringgetExternalID()The unique identifier of the content on your side.inthashCode()voidsetDestinationID(String destinationID)voidsetExternalID(String externalID)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
-
DestinationAuthorized
public DestinationAuthorized()
-
-
Method Details
-
destinationID
-
getDestinationID
Destination identifier- Returns:
- destinationID
-
setDestinationID
-
externalID
-
getExternalID
The unique identifier of the content on your side. When specified, will be used to ensure idempotent processing of the operation.- Returns:
- externalID
-
setExternalID
-
equals
-
hashCode
public int hashCode() -
toString
-