public static interface CompensationInfo.CompensationRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the minCompensation field is set. |