public class LabelDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCESS_URLS |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
LabelDTO() |
| Modifier and Type | Method and Description |
|---|---|
LabelDTO |
accessUrls(List<String> accessUrls) |
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() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ACCESS_URLS
Copyright © 2021 WSO2 Inc. All rights reserved.