public class BaseEmailConfirmationState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
facilityId |
protected String |
locale |
protected com.fasterxml.jackson.databind.ObjectMapper |
mapper |
protected String |
type |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseEmailConfirmationState() |
|
BaseEmailConfirmationState(String serializedState) |
|
BaseEmailConfirmationState(String facilityId,
String type,
String value,
String locale) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
createState() |
String |
getFacilityId() |
String |
getLocale() |
String |
getSerializedConfiguration() |
String |
getType() |
String |
getValue() |
protected void |
setSerializedConfiguration(com.fasterxml.jackson.databind.node.ObjectNode main) |
protected void |
setSerializedConfiguration(String json) |
protected final com.fasterxml.jackson.databind.ObjectMapper mapper
protected String facilityId
protected String type
protected String value
protected String locale
public BaseEmailConfirmationState(String facilityId, String type, String value, String locale)
public BaseEmailConfirmationState(String serializedState) throws pl.edu.icm.unity.exceptions.WrongArgumentException
pl.edu.icm.unity.exceptions.WrongArgumentExceptionprotected BaseEmailConfirmationState()
public String getFacilityId()
public String getType()
public String getValue()
public String getLocale()
public String getSerializedConfiguration() throws pl.edu.icm.unity.exceptions.InternalException
pl.edu.icm.unity.exceptions.InternalExceptionprotected com.fasterxml.jackson.databind.node.ObjectNode createState()
protected void setSerializedConfiguration(String json)
protected void setSerializedConfiguration(com.fasterxml.jackson.databind.node.ObjectNode main)
Copyright © 2018 Unity. All rights reserved.