public class AdditionalPropertyDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
AdditionalPropertyDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey()
Get key
|
String |
getValue()
Get value
|
int |
hashCode() |
AdditionalPropertyDTO |
key(String key) |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
AdditionalPropertyDTO |
value(String value) |
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_VALUE
public AdditionalPropertyDTO key(String key)
public void setKey(String key)
public AdditionalPropertyDTO value(String value)
public void setValue(String value)
Copyright © 2022 WSO2 Inc. All rights reserved.