public class ChallengeDataTO extends Object
| Constructor and Description |
|---|
ChallengeDataTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalInformation() |
List<String> |
getData() |
byte[] |
getImage() |
String |
getImageLink() |
String |
getOtpFormat() |
Integer |
getOtpMaxLength() |
void |
setAdditionalInformation(String additionalInformation) |
void |
setData(List<String> data) |
void |
setImage(byte[] image) |
void |
setImageLink(String imageLink) |
void |
setOtpFormat(String 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 String getOtpFormat()
public void setOtpFormat(String otpFormat)
public String getAdditionalInformation()
public void setAdditionalInformation(String additionalInformation)
Copyright © 2020. All rights reserved.