public class VerificationCodePayload extends Object
| Constructor and Description |
|---|
VerificationCodePayload() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static VerificationCodePayload |
from(Map<String,List<String>> queryParams)
Extracts code and state from Map object.
|
String |
getCode() |
String |
getError() |
String |
getState() |
int |
hashCode() |
void |
setCode(String code) |
void |
setError(String error) |
void |
setState(String state) |
String |
toString() |
public static VerificationCodePayload from(Map<String,List<String>> queryParams)
app_backend.vendor.aws.lambda.request.ApiGatewayRequestpublic String getCode()
public String getState()
public String getError()
public void setCode(String code)
public void setState(String state)
public void setError(String error)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.