FileInfo

public final class FileInfo

Parameters

partner

The partner associated with the file. List of partners: Bing, Criteo, Facebook, Google, Retarget, Snapchat.

brand

The brand associated with the file content. List of brand: Expedia, Hotels, Hotwire, Vrbo, HomeAway, Abritel, Bookabach, Stayz, Ebbokers, Travalocity, Orbitz, Wotif.

fileContentType

The type associated with the file content. List of types: Amenities, Descriptions, Images, Listings, Locations, Policies, Regions, Reviews, Summary, VacationRental

locale

The locale associated with the file content.

fileName

File name.

propertySize
fileLastUpdated

The time about the file last updated. The format is uuuu-MM-dd'T'HH:mm:ss.SSSX

downloadUrl

Pre-signed URL is a self signed URL generated for a resource in S3 with a set expiration time.

downloadUrlExpires

The time about the download Url expires. The format is uuuu-MM-dd'T'HH:mm:ss.SSSX

filterConditions
bestMatchedLink

Constructors

Link copied to clipboard
public FileInfo FileInfo(String partner, String brand, String fileContentType, String locale, String fileName, FileSize propertySize, String fileLastUpdated, String downloadUrl, String downloadUrlExpires, FilterConditions filterConditions, SdpLink bestMatchedLink)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final SdpLink bestMatchedLink
Link copied to clipboard
@Valid()
private final String brand
Link copied to clipboard
@Valid()
private final String downloadUrl
Link copied to clipboard
@Valid()
private final String downloadUrlExpires
Link copied to clipboard
@Valid()
private final String fileContentType
Link copied to clipboard
@Valid()
private final String fileLastUpdated
Link copied to clipboard
@Valid()
private final String fileName
Link copied to clipboard
@Valid()
private final FilterConditions filterConditions
Link copied to clipboard
@Valid()
private final String locale
Link copied to clipboard
@Valid()
private final String partner
Link copied to clipboard
@Valid()
private final FileSize propertySize

Functions

Link copied to clipboard
public final static FileInfo.Builder builder()
Link copied to clipboard
public final SdpLink getBestMatchedLink()
Link copied to clipboard
public final String getBrand()
Link copied to clipboard
public final String getDownloadUrl()
Link copied to clipboard
Link copied to clipboard
public final String getFileContentType()
Link copied to clipboard
public final String getFileLastUpdated()
Link copied to clipboard
public final String getFileName()
Link copied to clipboard
Link copied to clipboard
public final String getLocale()
Link copied to clipboard
public final String getPartner()
Link copied to clipboard
public final FileSize getPropertySize()
Link copied to clipboard
public final FileInfo.Builder toBuilder()