
org.easytravelapi.swagger.client.model.AvailableHotel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easytravelapi-swagger-java-client Show documentation
Show all versions of easytravelapi-swagger-java-client Show documentation
This is a java client SDK for the easy travel api. Use it to send requests to an easy travel api server.
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