Package com.slack.api.model.admin
Class AppWorkflow.Choice
- java.lang.Object
-
- com.slack.api.model.admin.AppWorkflow.Choice
-
- Enclosing class:
- AppWorkflow
public static class AppWorkflow.Choice extends Object
-
-
Constructor Summary
Constructors Constructor Description Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()StringgetTitle()StringgetValue()inthashCode()voidsetDescription(String description)voidsetTitle(String title)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
getValue
public String getValue()
-
getDescription
public String getDescription()
-
setTitle
public void setTitle(String title)
-
setValue
public void setValue(String value)
-
setDescription
public void setDescription(String description)
-
canEqual
protected boolean canEqual(Object other)
-
-