Class DestinationAuthorizedAllOf
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.DestinationAuthorizedAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-09-21T13:44:22.979521869Z[Etc/UTC]")
public class DestinationAuthorizedAllOf
extends Object
DestinationAuthorizedAllOf
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESTINATION_I_Dstatic StringJSON_PROPERTY_EXTERNAL_I_D -
Constructor Summary
Constructors Constructor Description DestinationAuthorizedAllOf() -
Method Summary
Modifier and Type Method Description DestinationAuthorizedAllOfdestinationID(String destinationID)booleanequals(Object o)DestinationAuthorizedAllOfexternalID(String externalID)StringgetDestinationID()Destination identifierStringgetExternalID()The unique identifier of the content on your side.inthashCode()voidsetDestinationID(String destinationID)voidsetExternalID(String externalID)StringtoString()
-
Field Details
-
JSON_PROPERTY_DESTINATION_I_D
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXTERNAL_I_D
- See Also:
- Constant Field Values
-
-
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
-