Package travel.wink.sdk.extranet.model
Class HotelContacts
java.lang.Object
travel.wink.sdk.extranet.model.HotelContacts
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-05T13:54:29.398954+07:00[Asia/Bangkok]")
public class HotelContacts
extends Object
HotelContacts
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountingAddress(AddressDto accountingAddress) accountingContact(ContactDto accountingContact) boolean@NotNull @Valid AddressDtoGet accountingAddress@NotNull @Valid ContactDtoGet accountingContact@NotNull StringProperty identifier associated with important contacts.@NotNull @Valid ContactDtoGet reservationsContactinthashCode()hotelIdentifier(String hotelIdentifier) reservationsContact(ContactDto reservationsContact) voidsetAccountingAddress(AddressDto accountingAddress) voidsetAccountingContact(ContactDto accountingContact) voidsetHotelIdentifier(String hotelIdentifier) voidsetReservationsContact(ContactDto reservationsContact) toString()
-
Field Details
-
JSON_PROPERTY_HOTEL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_RESERVATIONS_CONTACT
- See Also:
-
JSON_PROPERTY_ACCOUNTING_CONTACT
- See Also:
-
JSON_PROPERTY_ACCOUNTING_ADDRESS
- See Also:
-
-
Constructor Details
-
HotelContacts
public HotelContacts()
-
-
Method Details
-
hotelIdentifier
-
getHotelIdentifier
Property identifier associated with important contacts.- Returns:
- hotelIdentifier
-
setHotelIdentifier
-
reservationsContact
-
getReservationsContact
Get reservationsContact- Returns:
- reservationsContact
-
setReservationsContact
-
accountingContact
-
getAccountingContact
Get accountingContact- Returns:
- accountingContact
-
setAccountingContact
-
accountingAddress
-
getAccountingAddress
Get accountingAddress- Returns:
- accountingAddress
-
setAccountingAddress
-
equals
-
hashCode
public int hashCode() -
toString
-