Interface CompensationInfo.CompensationRangeOrBuilder

public static interface CompensationInfo.CompensationRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxCompensation()

public abstract Money getMaxCompensation()

The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.

.google.type.Money max_compensation = 2;

Returns
TypeDescription
com.google.type.Money

The maxCompensation.

getMaxCompensationOrBuilder()

public abstract MoneyOrBuilder getMaxCompensationOrBuilder()

The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.

.google.type.Money max_compensation = 2;

Returns
TypeDescription
com.google.type.MoneyOrBuilder

getMinCompensation()

public abstract Money getMinCompensation()

The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.

.google.type.Money min_compensation = 1;

Returns
TypeDescription
com.google.type.Money

The minCompensation.

getMinCompensationOrBuilder()

public abstract MoneyOrBuilder getMinCompensationOrBuilder()

The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.

.google.type.Money min_compensation = 1;

Returns
TypeDescription
com.google.type.MoneyOrBuilder

hasMaxCompensation()

public abstract boolean hasMaxCompensation()

The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.

.google.type.Money max_compensation = 2;

Returns
TypeDescription
boolean

Whether the maxCompensation field is set.

hasMinCompensation()

public abstract boolean hasMinCompensation()

The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.

.google.type.Money min_compensation = 1;

Returns
TypeDescription
boolean

Whether the minCompensation field is set.