Class Application

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-25T08:58:01.141341582+07:00[Asia/Bangkok]") public class Application extends Object
Application
  • Field Details

  • Constructor Details

    • Application

      public Application()
  • Method Details

    • id

      public Application id(UUID id)
    • getId

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

      public void setId(UUID id)
    • ownerIdentifier

      public Application ownerIdentifier(UUID ownerIdentifier)
    • getOwnerIdentifier

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

      public void setOwnerIdentifier(UUID ownerIdentifier)
    • ownerName

      public Application ownerName(String ownerName)
    • getOwnerName

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

      public void setOwnerName(String ownerName)
    • ownerType

      public Application ownerType(Application.OwnerTypeEnum ownerType)
    • getOwnerType

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

      public void setOwnerType(Application.OwnerTypeEnum ownerType)
    • name

      public Application name(String name)
    • getName

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

      public void setName(String name)
    • redirectUris

      public Application redirectUris(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(List<String> redirectUris)
    • clientId

      public Application clientId(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(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