public class Identity extends Object
| Constructor and Description |
|---|
Identity()
Create a new instance of
Identity |
Identity(String type,
String value)
Create a new instance of
Identity |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the identity type.
|
String |
getValue()
Returns the identity value.
|
void |
setType(String type)
Sets the identity type.
|
void |
setValue(String value)
Sets the identity value.
|
public String getType()
public void setType(String type)
type - the identity type.public String getValue()
public void setValue(String value)
value - the identity value.Copyright © 2016. All rights reserved.