public class AppScope extends Object
| Constructor and Description |
|---|
AppScope() |
| Modifier and Type | Method and 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() |
public String getName()
public String getDescription()
public boolean isSensitive()
public String getTokenType()
public void setName(String name)
public void setDescription(String description)
public void setSensitive(boolean sensitive)
public void setTokenType(String tokenType)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.