Package travel.wink.sdk.affiliate.model
Class ProfileUserAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.ProfileUserAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-12T16:59:18.389569124+07:00[Asia/Bangkok]")
public class ProfileUserAffiliate
extends Object
User details
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()EmailFirst nameFull nameLast namegetPhone()TelephoneProfile picture URLinthashCode()profilePictureUrl(String profilePictureUrl) voidvoidsetFirstName(String firstName) voidsetFullName(String fullName) voidsetLastName(String lastName) voidvoidsetProfilePictureUrl(String profilePictureUrl) toString()
-
Field Details
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_PHONE
- See Also:
-
JSON_PROPERTY_PROFILE_PICTURE_URL
- See Also:
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
-
Constructor Details
-
ProfileUserAffiliate
public ProfileUserAffiliate()
-
-
Method Details
-
firstName
-
getFirstName
-
setFirstName
-
lastName
-
getLastName
-
setLastName
-
email
-
getEmail
-
setEmail
-
phone
-
getPhone
-
setPhone
-
profilePictureUrl
-
getProfilePictureUrl
-
setProfilePictureUrl
-
fullName
-
getFullName
-
setFullName
-
equals
-
hashCode
-
toString
-