Class CreateMappingRequest

java.lang.Object
io.trippay.sdk.payment.model.CreateMappingRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-02T16:32:48.195405590+07:00[Asia/Bangkok]") public class CreateMappingRequest extends Object
CreateMappingRequest
  • Field Details

  • Constructor Details

    • CreateMappingRequest

      public CreateMappingRequest()
  • Method Details

    • localAccountIdentifier

      public CreateMappingRequest localAccountIdentifier(UUID localAccountIdentifier)
    • getLocalAccountIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getLocalAccountIdentifier()
      Local account identifier is the reactive identifier
      Returns:
      localAccountIdentifier
    • setLocalAccountIdentifier

      public void setLocalAccountIdentifier(UUID localAccountIdentifier)
    • externalIdentifier

      public CreateMappingRequest externalIdentifier(String externalIdentifier)
    • getExternalIdentifier

      @Nonnull @NotNull public @NotNull String getExternalIdentifier()
      External identifier is the identifier of this entity in a remote system
      Returns:
      externalIdentifier
    • setExternalIdentifier

      public void setExternalIdentifier(String externalIdentifier)
    • accountIdentifier

      public CreateMappingRequest accountIdentifier(UUID accountIdentifier)
    • getAccountIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getAccountIdentifier()
      Account identifier is the account doing the mapping
      Returns:
      accountIdentifier
    • setAccountIdentifier

      public void setAccountIdentifier(UUID accountIdentifier)
    • name

      public CreateMappingRequest name(String name)
    • getName

      @Nonnull @NotNull public @NotNull String getName()
      Name of the entity being mapped
      Returns:
      name
    • setName

      public void setName(String name)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object