@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-01-11T12:48:04.675377+02:00[Europe/Kiev]") public class ChallengeData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChallengeData.OtpFormatEnum
The format type of the OTP to be typed in.
|
| Constructor and Description |
|---|
ChallengeData() |
| Modifier and Type | Method and Description |
|---|---|
ChallengeData |
additionalInformation(String additionalInformation) |
ChallengeData |
data(String data) |
boolean |
equals(Object o) |
String |
getAdditionalInformation()
Additional explanation for the PSU to explain e.g.
|
String |
getData()
String challenge data
|
byte[] |
getImage()
PNG data (max.
|
String |
getImageLink()
A link where the ASPSP will provides the challenge image for the TPP.
|
ChallengeData.OtpFormatEnum |
getOtpFormat()
The format type of the OTP to be typed in.
|
Integer |
getOtpMaxLength()
The maximal length for the OTP to be typed in by the PSU.
|
int |
hashCode() |
ChallengeData |
image(byte[] image) |
ChallengeData |
imageLink(String imageLink) |
ChallengeData |
otpFormat(ChallengeData.OtpFormatEnum otpFormat) |
ChallengeData |
otpMaxLength(Integer otpMaxLength) |
void |
setAdditionalInformation(String additionalInformation) |
void |
setData(String data) |
void |
setImage(byte[] image) |
void |
setImageLink(String imageLink) |
void |
setOtpFormat(ChallengeData.OtpFormatEnum otpFormat) |
void |
setOtpMaxLength(Integer otpMaxLength) |
String |
toString() |
public ChallengeData image(byte[] image)
public byte[] getImage()
public void setImage(byte[] image)
public ChallengeData data(String data)
public String getData()
public void setData(String data)
public ChallengeData imageLink(String imageLink)
public String getImageLink()
public void setImageLink(String imageLink)
public ChallengeData otpMaxLength(Integer otpMaxLength)
public Integer getOtpMaxLength()
public void setOtpMaxLength(Integer otpMaxLength)
public ChallengeData otpFormat(ChallengeData.OtpFormatEnum otpFormat)
public ChallengeData.OtpFormatEnum getOtpFormat()
public void setOtpFormat(ChallengeData.OtpFormatEnum otpFormat)
public ChallengeData additionalInformation(String additionalInformation)
public String getAdditionalInformation()
public void setAdditionalInformation(String additionalInformation)
Copyright © 2019. All rights reserved.