Class ActivationLayer1Response
- java.lang.Object
-
- io.getlime.security.powerauth.rest.api.model.response.v3.ActivationLayer1Response
-
public class ActivationLayer1Response extends java.lang.ObjectResponse object for activation layer 2.- Author:
- Roman Strobl, roman.strobl@wultra.com
-
-
Constructor Summary
Constructors Constructor Description ActivationLayer1Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EciesEncryptedResponsegetActivationData()Get encrypted activation data.java.util.Map<java.lang.String,java.lang.Object>getCustomAttributes()Get custom attributes for activation.voidsetActivationData(EciesEncryptedResponse activationData)Set encrypted activation data.voidsetCustomAttributes(java.util.Map<java.lang.String,java.lang.Object> customAttributes)Set custom attributes for activation.
-
-
-
Method Detail
-
getActivationData
public EciesEncryptedResponse getActivationData()
Get encrypted activation data.- Returns:
- Encrypted activation data.
-
setActivationData
public void setActivationData(EciesEncryptedResponse activationData)
Set encrypted activation data.- Parameters:
activationData- Encrypted activation data.
-
getCustomAttributes
public java.util.Map<java.lang.String,java.lang.Object> getCustomAttributes()
Get custom attributes for activation.- Returns:
- Custom attributes.
-
setCustomAttributes
public void setCustomAttributes(java.util.Map<java.lang.String,java.lang.Object> customAttributes)
Set custom attributes for activation.- Parameters:
customAttributes- Custom attributes.
-
-