public static interface CompensationInfo.CompensationRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Money |
getMaxCompensation()
Optional.
|
com.google.type.MoneyOrBuilder |
getMaxCompensationOrBuilder()
Optional.
|
com.google.type.Money |
getMinCompensation()
Optional.
|
com.google.type.MoneyOrBuilder |
getMinCompensationOrBuilder()
Optional.
|
boolean |
hasMaxCompensation()
Optional.
|
boolean |
hasMinCompensation()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxCompensation()
Optional. 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][google.type.Money.currency_code] of min_compensation.
.google.type.Money max_compensation = 2;com.google.type.Money getMaxCompensation()
Optional. 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][google.type.Money.currency_code] of min_compensation.
.google.type.Money max_compensation = 2;com.google.type.MoneyOrBuilder getMaxCompensationOrBuilder()
Optional. 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][google.type.Money.currency_code] of min_compensation.
.google.type.Money max_compensation = 2;boolean hasMinCompensation()
Optional. 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][google.type.Money.currency_code] of max_compensation.
.google.type.Money min_compensation = 1;com.google.type.Money getMinCompensation()
Optional. 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][google.type.Money.currency_code] of max_compensation.
.google.type.Money min_compensation = 1;com.google.type.MoneyOrBuilder getMinCompensationOrBuilder()
Optional. 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][google.type.Money.currency_code] of max_compensation.
.google.type.Money min_compensation = 1;Copyright © 2019 Google LLC. All rights reserved.