Package travel.wink.sdk.extranet.model
Class Legal
java.lang.Object
travel.wink.sdk.extranet.model.Legal
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T12:57:25.040272+07:00[Asia/Bangkok]")
public class Legal
extends Object
Property legal information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringgetEmail()Email of legal signer for this property.@NotNull StringFirst name of legal signer for this property.@NotNull StringLast name of legal signer for this property.@NotNull StringPhone number of legal signer for this property.inthashCode()phoneNumber(String phoneNumber) voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetPhoneNumber(String phoneNumber) toString()
-
Field Details
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_PHONE_NUMBER
- See Also:
-
-
Constructor Details
-
Legal
public Legal()
-
-
Method Details
-
firstName
-
getFirstName
First name of legal signer for this property. This is the person who agrees to the terms and conditions.- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Last name of legal signer for this property. This is the person who agrees to the terms and conditions.- Returns:
- lastName
-
setLastName
-
email
-
getEmail
Email of legal signer for this property. This is the person who agrees to the terms and conditions.- Returns:
-
setEmail
-
phoneNumber
-
getPhoneNumber
Phone number of legal signer for this property. This is the person who agrees to the terms and conditions.- Returns:
- phoneNumber
-
setPhoneNumber
-
equals
-
hashCode
public int hashCode() -
toString
-