Package org.tailormap.api.viewer.model
Class DatePickerFilterConfiguration
java.lang.Object
org.tailormap.api.viewer.model.DatePickerFilterConfiguration
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.15.0")
public class DatePickerFilterConfiguration
extends Object
implements Serializable
Configuration for a date filter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid OffsetDateTimeinitial value for the date filter@Valid OffsetDateTimeinitial lower value for a date filter with between condition@Valid OffsetDateTimeinitial upper value for a date filter with between conditioninthashCode()initialDate(OffsetDateTime initialDate) initialLowerDate(OffsetDateTime initialLowerDate) initialUpperDate(OffsetDateTime initialUpperDate) voidsetInitialDate(OffsetDateTime initialDate) voidsetInitialLowerDate(OffsetDateTime initialLowerDate) voidsetInitialUpperDate(OffsetDateTime initialUpperDate) toString()
-
Constructor Details
-
DatePickerFilterConfiguration
public DatePickerFilterConfiguration()
-
-
Method Details
-
initialDate
-
getInitialDate
initial value for the date filter- Returns:
- initialDate
-
setInitialDate
-
initialLowerDate
-
getInitialLowerDate
initial lower value for a date filter with between condition- Returns:
- initialLowerDate
-
setInitialLowerDate
-
initialUpperDate
-
getInitialUpperDate
initial upper value for a date filter with between condition- Returns:
- initialUpperDate
-
setInitialUpperDate
-
equals
-
hashCode
public int hashCode() -
toString
-