public class ClaimDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_U_R_I |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
ClaimDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
String |
getURI()
Get URI
|
String |
getValue()
Get value
|
int |
hashCode() |
ClaimDTO |
name(String name) |
void |
setName(String name) |
void |
setURI(String URI) |
void |
setValue(String value) |
String |
toString() |
ClaimDTO |
URI(String URI) |
ClaimDTO |
value(String value) |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_U_R_I
public static final String SERIALIZED_NAME_VALUE
Copyright © 2021 WSO2 Inc. All rights reserved.