Package com.slack.api.model.view
Class ViewState.SelectedOption
- java.lang.Object
-
- com.slack.api.model.view.ViewState.SelectedOption
-
-
Constructor Summary
Constructors Constructor Description SelectedOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)PlainTextObjectgetText()StringgetValue()inthashCode()voidsetText(PlainTextObject text)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getText
public PlainTextObject getText()
-
getValue
public String getValue()
-
setText
public void setText(PlainTextObject text)
-
setValue
public void setValue(String value)
-
canEqual
protected boolean canEqual(Object other)
-
-