Package travel.wink.sdk.extranet.model
Class BookingUserSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.BookingUserSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-05T11:16:56.266186763+07:00[Asia/Bangkok]")
public class BookingUserSupplierDetails
extends Object
BookingUserSupplierDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringgetEmail()Email@NotNull StringFirst nameFull name@NotNull StringLast name@Valid ProfileSupplierDetailsGet profileTelephone@Valid UUIDUser identifierinthashCode()profile(ProfileSupplierDetails profile) voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetProfile(ProfileSupplierDetails profile) voidsetTelephone(String telephone) voidsetUserIdentifier(UUID userIdentifier) toString()userIdentifier(UUID userIdentifier)
-
Field Details
-
JSON_PROPERTY_USER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_TELEPHONE
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
-
Constructor Details
-
BookingUserSupplierDetails
public BookingUserSupplierDetails() -
BookingUserSupplierDetails
-
-
Method Details
-
userIdentifier
-
getUserIdentifier
User identifier- Returns:
- userIdentifier
-
setUserIdentifier
-
firstName
-
getFirstName
First name- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Last name- Returns:
- lastName
-
setLastName
-
email
-
getEmail
Email- Returns:
-
setEmail
-
telephone
-
getTelephone
Telephone- Returns:
- telephone
-
setTelephone
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
getFullName
Full name- Returns:
- fullName
-
equals
-
hashCode
public int hashCode() -
toString
-