Package io.trippay.sdk.payment.model
Class CreateApplicationResponse
java.lang.Object
io.trippay.sdk.payment.model.CreateApplicationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-12T16:53:15.255905532+07:00[Asia/Bangkok]")
public class CreateApplicationResponse
extends Object
CreateApplicationResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of entity. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRedirectUrisItem(String redirectUrisItem) boolean@NotNull StringClient identifier used to authenticate an Oauth2 or web component request.@NotNull @Valid UUIDgetId()Unique identifier.@NotNull StringgetName()Name of this engine application.@NotNull @Valid UUIDUnique owner record identifier@NotNull StringName of company owner.Type of entity.Where to redirect after web components successfully authenticate.@NotNull StringPassword used to authenticate an Oauth2 request.inthashCode()ownerIdentifier(UUID ownerIdentifier) ownerType(CreateApplicationResponse.OwnerTypeEnum ownerType) redirectUris(List<String> redirectUris) voidsetClientId(String clientId) voidvoidvoidsetOwnerIdentifier(UUID ownerIdentifier) voidsetOwnerName(String ownerName) voidvoidsetRedirectUris(List<String> redirectUris) voidsetSecretKey(String secretKey) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_OWNER_NAME
- See Also:
-
JSON_PROPERTY_OWNER_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_REDIRECT_URIS
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_SECRET_KEY
- See Also:
-
-
Constructor Details
-
CreateApplicationResponse
public CreateApplicationResponse()
-
-
Method Details
-
id
-
getId
-
setId
-
ownerIdentifier
-
getOwnerIdentifier
Unique owner record identifier- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
ownerName
-
getOwnerName
-
setOwnerName
-
ownerType
-
getOwnerType
Type of entity.- Returns:
- ownerType
-
setOwnerType
-
name
-
getName
Name of this engine application. The first engine for every integrator will have the same name as its company name.- Returns:
- name
-
setName
-
redirectUris
-
addRedirectUrisItem
-
getRedirectUris
-
setRedirectUris
-
clientId
-
getClientId
Client identifier used to authenticate an Oauth2 or web component request.- Returns:
- clientId
-
setClientId
-
secretKey
-
getSecretKey
Password used to authenticate an Oauth2 request.- Returns:
- secretKey
-
setSecretKey
-
equals
-
hashCode
-
toString
-