Class Destination
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Destination
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-09-21T13:44:22.979521869Z[Etc/UTC]")
public class Destination
extends Object
Destination data
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CURRENCYstatic StringJSON_PROPERTY_EXTERNAL_I_Dstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_IDENTITYstatic StringJSON_PROPERTY_METADATAstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_RESOURCE -
Constructor Summary
Constructors Constructor Description Destination() -
Method Summary
Modifier and Type Method Description Destinationcurrency(String currency)booleanequals(Object o)DestinationexternalID(String externalID)StringgetCurrency()Currency, character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).StringgetExternalID()The unique identifier of the content on your side.StringgetId()Destination identifierStringgetIdentity()Identifier of wallet ownerObjectgetMetadata()An arbitrary, client-specific API and non-transparent set of data associated with given receiverStringgetName()A human-readable name for the receiver by which it is easily recognizableDestinationResourcegetResource()Get resourceinthashCode()Destinationid(String id)Destinationidentity(String identity)Destinationmetadata(Object metadata)Destinationname(String name)Destinationresource(DestinationResource resource)voidsetCurrency(String currency)voidsetExternalID(String externalID)voidsetId(String id)voidsetIdentity(String identity)voidsetMetadata(Object metadata)voidsetName(String name)voidsetResource(DestinationResource resource)StringtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IDENTITY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CURRENCY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_METADATA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXTERNAL_I_D
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Destination
public Destination()
-
-
Method Details
-
id
-
getId
Destination identifier- Returns:
- id
-
setId
-
name
-
getName
A human-readable name for the receiver by which it is easily recognizable- Returns:
- name
-
setName
-
identity
-
getIdentity
Identifier of wallet owner- Returns:
- identity
-
setIdentity
-
currency
-
getCurrency
Currency, character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).- Returns:
- currency
-
setCurrency
-
resource
-
getResource
Get resource- Returns:
- resource
-
setResource
-
metadata
-
getMetadata
An arbitrary, client-specific API and non-transparent set of data associated with given receiver- Returns:
- metadata
-
setMetadata
-
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
-