Package step.plugins.compare
Class DocumentCompareServices.TestScenarioOutputError
- java.lang.Object
-
- step.plugins.compare.DocumentCompareServices.TestScenarioOutputError
-
- Enclosing class:
- DocumentCompareServices
public static class DocumentCompareServices.TestScenarioOutputError extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestScenarioOutputError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<step.attachments.AttachmentMeta>
getAttachmentMetas()
java.lang.String
getErrorMessage()
void
setAttachmentMetas(java.util.List<step.attachments.AttachmentMeta> attachmentMetas)
void
setErrorMessage(java.lang.String errorMessage)
-
-
-
Method Detail
-
getErrorMessage
public java.lang.String getErrorMessage()
-
setErrorMessage
public void setErrorMessage(java.lang.String errorMessage)
-
getAttachmentMetas
public java.util.List<step.attachments.AttachmentMeta> getAttachmentMetas()
-
setAttachmentMetas
public void setAttachmentMetas(java.util.List<step.attachments.AttachmentMeta> attachmentMetas)
-
-