Class ActivationRemoveResponse
java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v3.ActivationRemoveResponse
public class ActivationRemoveResponse extends Object
Response object for /pa/v3/activation/remove end-point.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description ActivationRemoveResponse() -
Method Summary
Modifier and Type Method Description StringgetActivationId()Get activation IDvoidsetActivationId(String activationId)Set activation ID
-
Constructor Details
-
ActivationRemoveResponse
public ActivationRemoveResponse()
-
-
Method Details
-
getActivationId
Get activation ID- Returns:
- Activation ID
-
setActivationId
Set activation ID- Parameters:
activationId- Activation ID
-