Package travel.wink.sdk.analytics.model
Class CategoryAxisSelectNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.analytics.model.CategoryAxisSelectNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:40:37.594002361+07:00[Asia/Bangkok]")
public class CategoryAxisSelectNonAuthenticatedEntity
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
-
CategoryAxisSelectNonAuthenticatedEntity
public CategoryAxisSelectNonAuthenticatedEntity()
-
-
Method Details
-
from
-
getFrom
-
setFrom
-
max
-
getMax
-
setMax
-
min
-
getMin
-
setMin
-
mousewheel
-
getMousewheel
-
setMousewheel
-
to
-
getTo
-
setTo
-
equals
-
hashCode
-
toString
-