All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.easytravelapi.swagger.client.model.AvailableHotel Maven / Gradle / Ivy

Go to download

This is a java client SDK for the easy travel api. Use it to send requests to an easy travel api server.

There is a newer version: 0.1.11
Show newest version
package org.easytravelapi.swagger.client.model;

import com.google.gson.annotations.SerializedName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

import java.util.ArrayList;
import java.util.List;
import java.util.Objects;

/**
 * An available hotel, including prices
 */
@ApiModel(description = "An available hotel, including prices")
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2017-09-18T08:43:59.135Z")
public class AvailableHotel {
  @SerializedName("hotelId")
  private String hotelId = null;

  @SerializedName("hotelName")
  private String hotelName = null;

  @SerializedName("hotelCategoryId")
  private String hotelCategoryId = null;

  @SerializedName("hotelCategoryName")
  private String hotelCategoryName = null;

  @SerializedName("longitude")
  private String longitude = null;

  @SerializedName("latitude")
  private String latitude = null;

  @SerializedName("options")
  private List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy