Package travel.wink.sdk.affiliate.model
Class Engine
java.lang.Object
travel.wink.sdk.affiliate.model.Engine
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-09-16T10:41:04.695846072+07:00[Asia/Bangkok]")
public class Engine
extends Object
Engine
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of owner that create this record. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDomainsItem(String domainsItem) addRedirectUrisItem(String redirectUrisItem) addRolesItem(String rolesItem) booleanClient identifier used to authenticate an Oauth2 or web component request.Deprecated.@Valid UUIDUnique engine record identifier.getName()Name of this engine application.@NotNull @Valid UUIDUnique owner record identifierName of company owner.Where to redirect after web components successfully authenticate.getRoles()System roles given this engine application.Password used to authenticate an Oauth2 request.Type of owner that create this record.inthashCode()identifier(UUID identifier) ownerIdentifier(UUID ownerIdentifier) redirectUris(List<String> redirectUris) voidsetClientId(String clientId) voidsetDomains(List<String> domains) voidsetIdentifier(UUID identifier) voidvoidsetOwnerIdentifier(UUID ownerIdentifier) voidsetOwnerName(String ownerName) voidsetRedirectUris(List<String> redirectUris) voidvoidsetSecretKey(String secretKey) voidsetSubType(Engine.SubTypeEnum subType) subType(Engine.SubTypeEnum subType) toString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_OWNER_NAME
- See Also:
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_SECRET_KEY
- See Also:
-
JSON_PROPERTY_REDIRECT_URIS
- See Also:
-
JSON_PROPERTY_ROLES
- See Also:
-
JSON_PROPERTY_SUB_TYPE
- See Also:
-
JSON_PROPERTY_DOMAINS
- See Also:
-
-
Constructor Details
-
Engine
public Engine()
-
-
Method Details
-
identifier
-
getIdentifier
Unique engine record identifier.- Returns:
- identifier
-
setIdentifier
-
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
-
ownerName
-
getOwnerName
Name of company owner.- Returns:
- ownerName
-
setOwnerName
-
ownerIdentifier
-
getOwnerIdentifier
Unique owner record identifier- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
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
-
redirectUris
-
addRedirectUrisItem
-
getRedirectUris
Where to redirect after web components successfully authenticate. For OAuth2 purposes.- Returns:
- redirectUris
-
setRedirectUris
-
roles
-
addRolesItem
-
getRoles
System roles given this engine application.- Returns:
- roles
-
setRoles
-
subType
-
getSubType
Type of owner that create this record.- Returns:
- subType
-
setSubType
-
domains
-
addDomainsItem
-
getDomains
Deprecated.Get domains- Returns:
- domains
-
setDomains
-
equals
-
hashCode
public int hashCode() -
toString
-