public class ScopeListListDTO extends Object
| Constructor and Description |
|---|
ScopeListListDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeListListDTO |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getName()
Get name
|
int |
hashCode() |
ScopeListListDTO |
name(String name) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public ScopeListListDTO name(String name)
public String getName()
public void setName(String name)
public ScopeListListDTO description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020 WSO2 Inc. All rights reserved.