Package travel.wink.affiliate.model
Class Engine
java.lang.Object
travel.wink.affiliate.model.Engine
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-24T12:58:57.697473+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) boolean@Valid GeoNamegetCity()Get cityClient identifier used to authenticate an Oauth2 or web component request.Deprecated.Unique engine record identifier.getName()Name of this engine application.@NotNull StringUnique 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(String identifier) ownerIdentifier(String ownerIdentifier) redirectUris(List<String> redirectUris) voidvoidsetClientId(String clientId) voidsetDomains(List<String> domains) voidsetIdentifier(String identifier) voidvoidsetOwnerIdentifier(String ownerIdentifier) 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_CITY
- See Also:
-
JSON_PROPERTY_DOMAINS
- See Also:
-
-
Constructor Details
-
Engine
public Engine() -
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
-
getOwnerName
Name of company owner.- Returns:
- ownerName
-
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
-
city
-
getCity
Get city- Returns:
- city
-
setCity
-
domains
-
addDomainsItem
-
getDomains
Deprecated.Get domains- Returns:
- domains
-
setDomains
-
equals
-
hashCode
public int hashCode() -
toString
-