public class ScopeDTO extends Object
| Constructor and Description |
|---|
ScopeDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
About scope.
|
String |
getName()
Scope name.
|
Object |
getRoles()
Roles for the particular scope.
|
String |
getTag()
Portal name.
|
int |
hashCode() |
ScopeDTO |
name(String name) |
ScopeDTO |
roles(Object roles) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRoles(Object roles) |
void |
setTag(String tag) |
ScopeDTO |
tag(String tag) |
String |
toString() |
public String getTag()
public void setTag(String tag)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Object getRoles()
public void setRoles(Object roles)
Copyright © 2020 WSO2 Inc. All rights reserved.