Class ActivationRemoveResponse
java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v2.ActivationRemoveResponse
public class ActivationRemoveResponse extends Object
Response object for /pa/activation/remove end-point
- Author:
- Petr Dvorak, petr@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
-