public class AttachmentValidation
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AttachmentValidation(java.lang.String validationName,
AttachmentValidationType validationType,
AttachmentType attachmentType,
AttachmentStatus result,
DeclinedReason declinedReason,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentType |
getAttachmentType() |
DeclinedReason |
getDeclinedReason() |
java.lang.String |
getMessage() |
AttachmentStatus |
getResult() |
java.lang.String |
getValidationName() |
AttachmentValidationType |
getValidationType() |
public AttachmentValidation(java.lang.String validationName,
AttachmentValidationType validationType,
AttachmentType attachmentType,
AttachmentStatus result,
DeclinedReason declinedReason,
java.lang.String message)
public java.lang.String getValidationName()
public AttachmentValidationType getValidationType()
public AttachmentType getAttachmentType()
public AttachmentStatus getResult()
public DeclinedReason getDeclinedReason()
public java.lang.String getMessage()