Package com.google.cloud.talent.v4
Interface CompensationInfo.CompensationRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompensationInfo.CompensationRange,CompensationInfo.CompensationRange.Builder
- Enclosing class:
- CompensationInfo
public static interface CompensationInfo.CompensationRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.type.MoneygetMaxCompensation()The maximum amount of compensation.com.google.type.MoneyOrBuildergetMaxCompensationOrBuilder()The maximum amount of compensation.com.google.type.MoneygetMinCompensation()The minimum amount of compensation.com.google.type.MoneyOrBuildergetMinCompensationOrBuilder()The minimum amount of compensation.booleanhasMaxCompensation()The maximum amount of compensation.booleanhasMinCompensation()The minimum amount of compensation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMaxCompensation
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;- Returns:
- Whether the maxCompensation field is set.
-
getMaxCompensation
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;- Returns:
- The maxCompensation.
-
getMaxCompensationOrBuilder
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;
-
hasMinCompensation
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;- Returns:
- Whether the minCompensation field is set.
-
getMinCompensation
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;- Returns:
- The minCompensation.
-
getMinCompensationOrBuilder
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;
-
-