Class DestinationAuthorizedAllOf
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.DestinationAuthorizedAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
public class DestinationAuthorizedAllOf
extends Object
DestinationAuthorizedAllOf
-
Constructor Summary
Constructors Constructor Description DestinationAuthorizedAllOf() -
Method Summary
Modifier and Type Method Description DestinationAuthorizedAllOfdestinationID(String destinationID)booleanequals(Object o)DestinationAuthorizedAllOfexternalID(String externalID)@NotNull StringgetDestinationID()Destination identifierStringgetExternalID()The unique identifier of the content on your side.inthashCode()voidsetDestinationID(String destinationID)voidsetExternalID(String externalID)StringtoString()
-
Constructor Details
-
DestinationAuthorizedAllOf
public DestinationAuthorizedAllOf()
-
-
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
-