@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public class ChallengeData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ChallengeData.OtpFormatEnum
Gets or Sets otpFormat
|
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()
Get additionalInformation
|
List<String> |
getData()
Get data
|
byte[] |
getImage()
Get image
|
String |
getImageLink()
Get imageLink
|
ChallengeData.OtpFormatEnum |
getOtpFormat()
Get otpFormat
|
Integer |
getOtpMaxLength()
Get otpMaxLength
|
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.