public class CustomAttributeDTO extends Object
| Constructor and Description |
|---|
CustomAttributeDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the custom attribute
|
String |
getValue()
Value of the custom attribute
|
void |
setName(String name) |
void |
setValue(String value) |
Copyright © 2019 WSO2. All rights reserved.