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