public final class TemplateResponse extends Object
Modifier and Type | Method and Description |
---|---|
static TemplateResponse |
fail(String message) |
String |
getMessage()
The Error message that occurred during validation.
|
boolean |
isValid()
True if the template validation was successful
|
static TemplateResponse |
success() |
String |
toString() |
public static TemplateResponse success()
public static TemplateResponse fail(String message)
public boolean isValid()
public String getMessage()
isValid()
is trueCopyright © 2017. All rights reserved.