Class CreateMappingRequest
java.lang.Object
io.trippay.sdk.payment.model.CreateMappingRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class CreateMappingRequest
extends Object
CreateMappingRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountIdentifier(UUID accountIdentifier) booleanexternalIdentifier(String externalIdentifier) @NotNull @Valid @Size(min=1) UUIDAccount identifier is the account doing the mapping@NotNull @Size(min=1) StringExternal identifier is the identifier of this entity in a remote system@NotNull @Valid @Size(min=1) UUIDLocal account identifier is the reactive identifier@NotNull @Size(min=1) StringgetName()Name of the entity being mappedinthashCode()localAccountIdentifier(UUID localAccountIdentifier) voidsetAccountIdentifier(UUID accountIdentifier) voidsetExternalIdentifier(String externalIdentifier) voidsetLocalAccountIdentifier(UUID localAccountIdentifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_LOCAL_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_EXTERNAL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
CreateMappingRequest
public CreateMappingRequest()
-
-
Method Details
-
localAccountIdentifier
-
getLocalAccountIdentifier
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getLocalAccountIdentifier()Local account identifier is the reactive identifier- Returns:
- localAccountIdentifier
-
setLocalAccountIdentifier
-
externalIdentifier
-
getExternalIdentifier
External identifier is the identifier of this entity in a remote system- Returns:
- externalIdentifier
-
setExternalIdentifier
-
accountIdentifier
-
getAccountIdentifier
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getAccountIdentifier()Account identifier is the account doing the mapping- Returns:
- accountIdentifier
-
setAccountIdentifier
-
name
-
getName
Name of the entity being mapped- Returns:
- name
-
setName
-
equals
-
hashCode
-
toString
-