Package com.slack.api.model.admin
Class AppScope
- java.lang.Object
-
- com.slack.api.model.admin.AppScope
-
public class AppScope extends Object
-
-
Constructor Summary
Constructors Constructor Description AppScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getDescription()
String
getName()
String
getTokenType()
int
hashCode()
boolean
isSensitive()
void
setDescription(String description)
void
setName(String name)
void
setSensitive(boolean sensitive)
void
setTokenType(String tokenType)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
isSensitive
public boolean isSensitive()
-
getTokenType
public String getTokenType()
-
setName
public void setName(String name)
-
setDescription
public void setDescription(String description)
-
setSensitive
public void setSensitive(boolean sensitive)
-
setTokenType
public void setTokenType(String tokenType)
-
canEqual
protected boolean canEqual(Object other)
-
-