Class DestinationUnauthorized

java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Event
dev.vality.swag.wallets.webhook.events.model.DestinationUnauthorized

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-09-21T13:44:22.979521869Z[Etc/UTC]")
public class DestinationUnauthorized
extends Event
Changing the status of the destination receiver to unauthorized
  • Field Details

  • Constructor Details

    • DestinationUnauthorized

      public DestinationUnauthorized()
  • Method Details

    • destinationID

      public DestinationUnauthorized destinationID​(String destinationID)
    • getDestinationID

      @Nonnull public String getDestinationID()
      Destination identifier
      Returns:
      destinationID
    • setDestinationID

      public void setDestinationID​(String destinationID)
    • externalID

      public DestinationUnauthorized externalID​(String externalID)
    • getExternalID

      @Nullable public String 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

      public void setExternalID​(String externalID)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Event
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Event
    • toString

      public String toString()
      Overrides:
      toString in class Event