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