public class ScopeDTO extends Object
| Constructor and Description |
|---|
ScopeDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
addBindingsItem(String bindingsItem) |
ScopeDTO |
bindings(List<String> bindings) |
ScopeDTO |
description(String description) |
boolean |
equals(Object o) |
List<String> |
getBindings()
Get bindings
|
String |
getDescription()
Get description
|
String |
getName()
Get name
|
int |
hashCode() |
ScopeDTO |
name(String name) |
void |
setBindings(List<String> bindings) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
Copyright © 2018 WSO2. All rights reserved.