Package com.xero.models.assets
Class FieldValidationErrorsElement
java.lang.Object
com.xero.models.assets.FieldValidationErrorsElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetail of the field validation errorbooleanThe field name of the erroneous fieldDetail of the field validation errorThe field name of the erroneous fieldExplanation of the field validation errorgetTitle()Title of the field validation errorgetType()Internal type of the field validation error messageThe provided valueinthashCode()localisedMessage(String localisedMessage) Explanation of the field validation errorvoidDetail of the field validation errorvoidsetFieldName(String fieldName) The field name of the erroneous fieldvoidsetLocalisedMessage(String localisedMessage) Explanation of the field validation errorvoidTitle of the field validation errorvoidInternal type of the field validation error messagevoidsetValueProvided(String valueProvided) The provided valueTitle of the field validation errortoString()Internal type of the field validation error messagevalueProvided(String valueProvided) The provided value
-
Constructor Details
-
FieldValidationErrorsElement
public FieldValidationErrorsElement()
-
-
Method Details
-
fieldName
The field name of the erroneous field- Parameters:
fieldName- String- Returns:
- FieldValidationErrorsElement
-
getFieldName
-
setFieldName
The field name of the erroneous field- Parameters:
fieldName- String
-
valueProvided
The provided value- Parameters:
valueProvided- String- Returns:
- FieldValidationErrorsElement
-
getValueProvided
-
setValueProvided
The provided value- Parameters:
valueProvided- String
-
localisedMessage
Explanation of the field validation error- Parameters:
localisedMessage- String- Returns:
- FieldValidationErrorsElement
-
getLocalisedMessage
Explanation of the field validation error- Returns:
- localisedMessage
-
setLocalisedMessage
Explanation of the field validation error- Parameters:
localisedMessage- String
-
type
Internal type of the field validation error message- Parameters:
type- String- Returns:
- FieldValidationErrorsElement
-
getType
-
setType
Internal type of the field validation error message- Parameters:
type- String
-
title
Title of the field validation error- Parameters:
title- String- Returns:
- FieldValidationErrorsElement
-
getTitle
-
setTitle
-
detail
Detail of the field validation error- Parameters:
detail- String- Returns:
- FieldValidationErrorsElement
-
getDetail
-
setDetail
Detail of the field validation error- Parameters:
detail- String
-
equals
-
hashCode
-
toString
-