public class DecryptResponse extends Object implements Serializable
Constructor and Description |
---|
DecryptResponse() |
Modifier and Type | Method and Description |
---|---|
DecryptResponse |
code(Integer code)
Pragmatic code for specific failure reasons.
|
DecryptResponse |
decrypted(List<Decrypted> decrypted) |
boolean |
equals(Object o) |
Integer |
getCode() |
List<Decrypted> |
getDecrypted() |
String |
getMessage() |
String |
getMessageId() |
String |
getReference() |
int |
hashCode() |
Boolean |
isSuccess() |
DecryptResponse |
message(String message)
Human readable error message indicating why the call failed.
|
DecryptResponse |
messageId(String messageId)
Bluefin assigned unique identifier for each response from the Decryptx API.
|
DecryptResponse |
reference(String reference)
Up to 50 character string that identifies this request for the partner.
|
void |
setCode(Integer code) |
void |
setDecrypted(List<Decrypted> decrypted) |
void |
setMessage(String message) |
void |
setMessageId(String messageId) |
void |
setReference(String reference) |
void |
setSuccess(Boolean success) |
DecryptResponse |
success(Boolean success)
Signified if Validation was successful or not
|
String |
toString() |
public DecryptResponse success(Boolean success)
public Boolean isSuccess()
public void setSuccess(Boolean success)
public DecryptResponse reference(String reference)
public String getReference()
public void setReference(String reference)
public DecryptResponse messageId(String messageId)
public String getMessageId()
public void setMessageId(String messageId)
public DecryptResponse code(Integer code)
public Integer getCode()
public void setCode(Integer code)
public DecryptResponse message(String message)
public String getMessage()
public void setMessage(String message)
public DecryptResponse decrypted(List<Decrypted> decrypted)
Copyright © 2018. All rights reserved.