Package de.adorsys.psd2.xs2a.core.sca
Class ChallengeData
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.sca.ChallengeData
-
public class ChallengeData extends Object
-
-
Constructor Summary
Constructors Constructor Description ChallengeData()ChallengeData(byte[] image, List<String> data, String imageLink, Integer otpMaxLength, OtpFormat otpFormat, String additionalInformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAdditionalInformation()List<String>getData()byte[]getImage()StringgetImageLink()OtpFormatgetOtpFormat()IntegergetOtpMaxLength()inthashCode()booleanisEmpty()voidsetAdditionalInformation(String additionalInformation)voidsetData(List<String> data)voidsetImage(byte[] image)voidsetImageLink(String imageLink)voidsetOtpFormat(OtpFormat otpFormat)voidsetOtpMaxLength(Integer otpMaxLength)StringtoString()
-
-
-
Constructor Detail
-
ChallengeData
@ConstructorProperties({"image","data","imageLink","otpMaxLength","otpFormat","additionalInformation"}) public ChallengeData(byte[] image, List<String> data, String imageLink, Integer otpMaxLength, OtpFormat otpFormat, String additionalInformation)
-
ChallengeData
public ChallengeData()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
getImage
public byte[] getImage()
-
getImageLink
public String getImageLink()
-
getOtpMaxLength
public Integer getOtpMaxLength()
-
getOtpFormat
public OtpFormat getOtpFormat()
-
getAdditionalInformation
public String getAdditionalInformation()
-
setImage
public void setImage(byte[] image)
-
setImageLink
public void setImageLink(String imageLink)
-
setOtpMaxLength
public void setOtpMaxLength(Integer otpMaxLength)
-
setOtpFormat
public void setOtpFormat(OtpFormat otpFormat)
-
setAdditionalInformation
public void setAdditionalInformation(String additionalInformation)
-
canEqual
protected boolean canEqual(Object other)
-
-