Package travel.wink.sdk.extranet.model
Class CategoryAxisSelectSupplier
java.lang.Object
travel.wink.sdk.extranet.model.CategoryAxisSelectSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-03T09:32:29.460106668+07:00[Asia/Bangkok]")
public class CategoryAxisSelectSupplier
extends Object
The selected axis range. If set, the axis selection is enabled. The range is index-based, starting from zero. Categories with indexes in the range (`select.from`, `select.to`) will be selected. That is, the last category in the range will not be included in the selection. If the categories are dates, the range has to be also specified with date values. Selection is only supported if the axis is horizontal.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFrom()Get fromgetMax()Get maxgetMin()Get minGet mousewheelgetTo()Get tointhashCode()mousewheel(Object mousewheel) voidvoidvoidvoidsetMousewheel(Object mousewheel) voidtoString()
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_MAX
- See Also:
-
JSON_PROPERTY_MIN
- See Also:
-
JSON_PROPERTY_MOUSEWHEEL
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
-
Constructor Details
-
CategoryAxisSelectSupplier
public CategoryAxisSelectSupplier()
-
-
Method Details
-
from
-
getFrom
-
setFrom
-
max
-
getMax
-
setMax
-
min
-
getMin
-
setMin
-
mousewheel
-
getMousewheel
-
setMousewheel
-
to
-
getTo
-
setTo
-
equals
-
hashCode
-
toString
-