public class RangeValueForUpdateLensPolicyInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RangeValueForUpdateLensPolicyInput.MaxValueUnitEnum
Gets or Sets maxValueUnit
|
static class |
RangeValueForUpdateLensPolicyInput.MinValueUnitEnum
Gets or Sets minValueUnit
|
| Constructor and Description |
|---|
RangeValueForUpdateLensPolicyInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getMaxValue()
Get maxValue
|
RangeValueForUpdateLensPolicyInput.MaxValueUnitEnum |
getMaxValueUnit()
Get maxValueUnit
|
Long |
getMinValue()
Get minValue
|
RangeValueForUpdateLensPolicyInput.MinValueUnitEnum |
getMinValueUnit()
Get minValueUnit
|
int |
hashCode() |
RangeValueForUpdateLensPolicyInput |
maxValue(Long maxValue) |
RangeValueForUpdateLensPolicyInput |
maxValueUnit(RangeValueForUpdateLensPolicyInput.MaxValueUnitEnum maxValueUnit) |
RangeValueForUpdateLensPolicyInput |
minValue(Long minValue) |
RangeValueForUpdateLensPolicyInput |
minValueUnit(RangeValueForUpdateLensPolicyInput.MinValueUnitEnum minValueUnit) |
void |
setMaxValue(Long maxValue) |
void |
setMaxValueUnit(RangeValueForUpdateLensPolicyInput.MaxValueUnitEnum maxValueUnit) |
void |
setMinValue(Long minValue) |
void |
setMinValueUnit(RangeValueForUpdateLensPolicyInput.MinValueUnitEnum minValueUnit) |
String |
toString() |
public RangeValueForUpdateLensPolicyInput maxValue(Long maxValue)
public Long getMaxValue()
public void setMaxValue(Long maxValue)
public RangeValueForUpdateLensPolicyInput maxValueUnit(RangeValueForUpdateLensPolicyInput.MaxValueUnitEnum maxValueUnit)
public RangeValueForUpdateLensPolicyInput.MaxValueUnitEnum getMaxValueUnit()
public void setMaxValueUnit(RangeValueForUpdateLensPolicyInput.MaxValueUnitEnum maxValueUnit)
public RangeValueForUpdateLensPolicyInput minValue(Long minValue)
public Long getMinValue()
public void setMinValue(Long minValue)
public RangeValueForUpdateLensPolicyInput minValueUnit(RangeValueForUpdateLensPolicyInput.MinValueUnitEnum minValueUnit)
public RangeValueForUpdateLensPolicyInput.MinValueUnitEnum getMinValueUnit()
public void setMinValueUnit(RangeValueForUpdateLensPolicyInput.MinValueUnitEnum minValueUnit)
Copyright © 2026. All rights reserved.