ChainAndBrandInfo

public final class ChainAndBrandInfo

The chain and brand information of hotel. Only visible by configuration. Please contact your Expedia Account Manager if you need this node.

Parameters

chainId

The chain id.

chainName

The name of the chain.

brandId

The brand id.

brandName

The name of the brand.

Constructors

Link copied to clipboard
public ChainAndBrandInfo ChainAndBrandInfo(Integer chainId, String chainName, Integer brandId, String brandName)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer brandId
Link copied to clipboard
@Valid()
private final String brandName
Link copied to clipboard
private final Integer chainId
Link copied to clipboard
@Valid()
private final String chainName

Functions

Link copied to clipboard
public final static ChainAndBrandInfo.Builder builder()
Link copied to clipboard
public final Integer getBrandId()
Link copied to clipboard
public final String getBrandName()
Link copied to clipboard
public final Integer getChainId()
Link copied to clipboard
public final String getChainName()
Link copied to clipboard