public class CustomAttributeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_VALUE |
| 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 static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_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 © 2021 WSO2 Inc. All rights reserved.