LodgingErrors

public final class LodgingErrors

Parameters

errors

Container for error list.

transactionId

A unique identifier for the transaction.

Constructors

Link copied to clipboard
public LodgingErrors LodgingErrors(List<LodgingError> errors, String transactionId)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final List<LodgingError> errors
Link copied to clipboard
@Valid()
private final String transactionId

Functions

Link copied to clipboard
public final static LodgingErrors.Builder builder()
Link copied to clipboard
public final List<LodgingError> getErrors()
Link copied to clipboard
public final String getTransactionId()
Link copied to clipboard