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 Details

  • Constructor Details

    • Legal

      public Legal()
  • Method Details

    • firstName

      public Legal firstName(String firstName)
    • getFirstName

      @Nonnull @NotNull public @NotNull String getFirstName()
      First name of legal signer for this property. This is the person who agrees to the terms and conditions.
      Returns:
      firstName
    • setFirstName

      public void setFirstName(String firstName)
    • lastName

      public Legal lastName(String lastName)
    • getLastName

      @Nonnull @NotNull public @NotNull String getLastName()
      Last name of legal signer for this property. This is the person who agrees to the terms and conditions.
      Returns:
      lastName
    • setLastName

      public void setLastName(String lastName)
    • email

      public Legal email(String email)
    • getEmail

      @Nonnull @NotNull public @NotNull String getEmail()
      Email of legal signer for this property. This is the person who agrees to the terms and conditions.
      Returns:
      email
    • setEmail

      public void setEmail(String email)
    • phoneNumber

      public Legal phoneNumber(String phoneNumber)
    • getPhoneNumber

      @Nonnull @NotNull public @NotNull String getPhoneNumber()
      Phone number of legal signer for this property. This is the person who agrees to the terms and conditions.
      Returns:
      phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object