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.JavaClientCodegen",
date="2023-09-21T13:44:22.979521869Z[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 -
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESTINATION_I_Dstatic StringJSON_PROPERTY_EXTERNAL_I_DFields 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 DestinationAuthorized() -
Method Summary
Modifier and Type Method Description DestinationAuthorizeddestinationID(String destinationID)booleanequals(Object o)DestinationAuthorizedexternalID(String externalID)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
-
Field Details
-
JSON_PROPERTY_DESTINATION_I_D
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXTERNAL_I_D
- See Also:
- Constant Field Values
-
-
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
-