public class LabelDTO extends Object
| Constructor and Description |
|---|
LabelDTO() |
| Modifier and Type | Method and Description |
|---|---|
LabelDTO |
accessUrls(List<String> accessUrls) |
LabelDTO |
addAccessUrlsItem(String accessUrlsItem) |
LabelDTO |
description(String description) |
boolean |
equals(Object o) |
List<String> |
getAccessUrls()
Get accessUrls
|
String |
getDescription()
Get description
|
String |
getName()
Get name
|
int |
hashCode() |
LabelDTO |
name(String name) |
void |
setAccessUrls(List<String> accessUrls) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
Copyright © 2020 WSO2 Inc. All rights reserved.