@Generated(value="xs2a-adapter-codegen") public class ChallengeData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChallengeData.OtpFormat |
| Constructor and Description |
|---|
ChallengeData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAdditionalInformation() |
List<String> |
getData() |
byte[] |
getImage() |
String |
getImageLink() |
ChallengeData.OtpFormat |
getOtpFormat() |
Integer |
getOtpMaxLength() |
int |
hashCode() |
void |
setAdditionalInformation(String additionalInformation) |
void |
setData(List<String> data) |
void |
setImage(byte[] image) |
void |
setImageLink(String imageLink) |
void |
setOtpFormat(ChallengeData.OtpFormat otpFormat) |
void |
setOtpMaxLength(Integer otpMaxLength) |
public byte[] getImage()
public void setImage(byte[] image)
public String getImageLink()
public void setImageLink(String imageLink)
public Integer getOtpMaxLength()
public void setOtpMaxLength(Integer otpMaxLength)
public ChallengeData.OtpFormat getOtpFormat()
public void setOtpFormat(ChallengeData.OtpFormat otpFormat)
public String getAdditionalInformation()
public void setAdditionalInformation(String additionalInformation)
Copyright © 2020. All rights reserved.