@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-01-11T12:48:04.675377+02:00[Europe/Kiev]") public class ChallengeDataTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChallengeDataTO.OtpFormatEnum
The format type of the OTP to be typed in.
|
| Constructor and Description |
|---|
ChallengeDataTO() |
| Modifier and Type | Method and Description |
|---|---|
ChallengeDataTO |
additionalInformation(String additionalInformation) |
ChallengeDataTO |
data(List<String> data) |
boolean |
equals(Object o) |
String |
getAdditionalInformation()
Additional explanation for the PSU to explain e.g.
|
List<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.
|
ChallengeDataTO.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() |
ChallengeDataTO |
image(byte[] image) |
ChallengeDataTO |
imageLink(String imageLink) |
ChallengeDataTO |
otpFormat(ChallengeDataTO.OtpFormatEnum otpFormat) |
ChallengeDataTO |
otpMaxLength(Integer otpMaxLength) |
void |
setAdditionalInformation(String additionalInformation) |
void |
setData(List<String> data) |
void |
setImage(byte[] image) |
void |
setImageLink(String imageLink) |
void |
setOtpFormat(ChallengeDataTO.OtpFormatEnum otpFormat) |
void |
setOtpMaxLength(Integer otpMaxLength) |
String |
toString() |
public ChallengeDataTO image(byte[] image)
public byte[] getImage()
public void setImage(byte[] image)
public ChallengeDataTO data(List<String> data)
public ChallengeDataTO imageLink(String imageLink)
public String getImageLink()
public void setImageLink(String imageLink)
public ChallengeDataTO otpMaxLength(Integer otpMaxLength)
public Integer getOtpMaxLength()
public void setOtpMaxLength(Integer otpMaxLength)
public ChallengeDataTO otpFormat(ChallengeDataTO.OtpFormatEnum otpFormat)
public ChallengeDataTO.OtpFormatEnum getOtpFormat()
public void setOtpFormat(ChallengeDataTO.OtpFormatEnum otpFormat)
public ChallengeDataTO additionalInformation(String additionalInformation)
public String getAdditionalInformation()
public void setAdditionalInformation(String additionalInformation)
Copyright © 2019. All rights reserved.