Class Application

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

@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 Application extends Object
Application
  • Field Details

  • Constructor Details

    • Application

      public Application()
  • Method Details

    • id

      public Application id(@Nonnull UUID id)
    • getId

      @Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getId()
      Unique identifier.
      Returns:
      id
    • setId

      public void setId(@Nonnull UUID id)
    • ownerIdentifier

      public Application ownerIdentifier(@Nonnull UUID ownerIdentifier)
    • getOwnerIdentifier

      @Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getOwnerIdentifier()
      Unique owner record identifier
      Returns:
      ownerIdentifier
    • setOwnerIdentifier

      public void setOwnerIdentifier(@Nonnull UUID ownerIdentifier)
    • ownerName

      public Application ownerName(@Nonnull String ownerName)
    • getOwnerName

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getOwnerName()
      Name of company owner.
      Returns:
      ownerName
    • setOwnerName

      public void setOwnerName(@Nonnull String ownerName)
    • ownerType

      public Application ownerType(@Nonnull Application.OwnerTypeEnum ownerType)
    • getOwnerType

      @Nonnull @NotNull public @NotNull Application.OwnerTypeEnum getOwnerType()
      Type of entity.
      Returns:
      ownerType
    • setOwnerType

      public void setOwnerType(@Nonnull Application.OwnerTypeEnum ownerType)
    • name

      public Application name(@Nonnull String name)
    • getName

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getName()
      Name of this customization application. The first customization for every integrator will have the same name as its company name.
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • redirectUris

      public Application redirectUris(@Nullable List<String> redirectUris)
    • addRedirectUrisItem

      public Application addRedirectUrisItem(String redirectUrisItem)
    • getRedirectUris

      @Nullable public List<String> getRedirectUris()
      Where to redirect after web components successfully authenticate. For OAuth2 purposes.
      Returns:
      redirectUris
    • setRedirectUris

      public void setRedirectUris(@Nullable List<String> redirectUris)
    • clientId

      public Application clientId(@Nonnull String clientId)
    • getClientId

      @Nonnull @NotNull public @NotNull String getClientId()
      Client identifier used to authenticate an Oauth2 or web component request.
      Returns:
      clientId
    • setClientId

      public void setClientId(@Nonnull String clientId)
    • 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