@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-03-16T13:49:16.891743+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 |
addDataItem(String dataItem) |
ChallengeData |
additionalInformation(String additionalInformation) |
ChallengeData |
data(List<String> data) |
boolean |
equals(Object o) |
String |
getAdditionalInformation()
Additional explanation for the PSU to explain e.g.
|
List<String> |
getData()
A collection of strings as 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(List<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(List<String> data)
public ChallengeData addDataItem(String dataItem)
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 © 2020. All rights reserved.