Package travel.wink.sdk.affiliate.model
Class CategoryAxisNotes
java.lang.Object
travel.wink.sdk.affiliate.model.CategoryAxisNotes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-07-21T13:34:06.734669+07:00[Asia/Bangkok]")
public class CategoryAxisNotes
extends Object
The configuration of the category axis notes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets position -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDataItem(Object dataItem) booleangetData()Get data@Valid CategoryAxisNotesIcongetIcon()Get icon@Valid CategoryAxisNotesLabelgetLabel()Get label@Valid NoteLinegetLine()Get lineGet positioninthashCode()icon(CategoryAxisNotesIcon icon) label(CategoryAxisNotesLabel label) position(CategoryAxisNotes.PositionEnum position) voidvoidsetIcon(CategoryAxisNotesIcon icon) voidsetLabel(CategoryAxisNotesLabel label) voidvoidsetPosition(CategoryAxisNotes.PositionEnum position) toString()
-
Field Details
-
JSON_PROPERTY_DATA
- See Also:
-
JSON_PROPERTY_LINE
- See Also:
-
JSON_PROPERTY_POSITION
- See Also:
-
JSON_PROPERTY_ICON
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
-
Constructor Details
-
CategoryAxisNotes
public CategoryAxisNotes()
-
-
Method Details
-
data
-
addDataItem
-
getData
Get data- Returns:
- data
-
setData
-
line
-
getLine
Get line- Returns:
- line
-
setLine
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
icon
-
getIcon
Get icon- Returns:
- icon
-
setIcon
-
label
-
getLabel
Get label- Returns:
- label
-
setLabel
-
equals
-
hashCode
public int hashCode() -
toString
-