Package travel.wink.sdk.extranet.model
Class CategoryAxisSelect
java.lang.Object
travel.wink.sdk.extranet.model.CategoryAxisSelect
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-05T13:54:29.398954+07:00[Asia/Bangkok]")
public class CategoryAxisSelect
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
-
CategoryAxisSelect
public CategoryAxisSelect()
-
-
Method Details
-
from
-
getFrom
Get from- Returns:
- from
-
setFrom
-
max
-
getMax
Get max- Returns:
- max
-
setMax
-
min
-
getMin
Get min- Returns:
- min
-
setMin
-
mousewheel
-
getMousewheel
Get mousewheel- Returns:
- mousewheel
-
setMousewheel
-
to
-
getTo
Get to- Returns:
- to
-
setTo
-
equals
-
hashCode
public int hashCode() -
toString
-