Class Validation
java.lang.Object
com.liferay.headless.form.dto.v1_0.Validation
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidsetErrorMessage(com.liferay.petra.function.UnsafeSupplier<String, Exception> errorMessageUnsafeSupplier) voidsetErrorMessage(String errorMessage) voidsetErrorMessage_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> errorMessage_i18nUnsafeSupplier) voidsetErrorMessage_i18n(Map<String, String> errorMessage_i18n) voidsetExpression(com.liferay.petra.function.UnsafeSupplier<String, Exception> expressionUnsafeSupplier) voidsetExpression(String expression) voidvoidstatic ValidationtoString()static ValidationunsafeToDTO(String json)
-
Field Details
-
errorMessage
-
errorMessage_i18n
-
expression
-
id
-
xClassName
-
-
Constructor Details
-
Validation
public Validation()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getErrorMessage
-
setErrorMessage
-
setErrorMessage
-
getErrorMessage_i18n
-
setErrorMessage_i18n
-
setErrorMessage_i18n
-
getExpression
-
setExpression
-
setExpression
-
getId
-
setId
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-