Package com.xero.models.assets
Class ResourceValidationErrorsElement
java.lang.Object
com.xero.models.assets.ResourceValidationErrorsElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetail of the resource validation errorbooleanDetail of the resource validation errorExplanation of the resource validation errorThe field name of the erroneous fieldgetTitle()Title of the resource validation errorgetType()Internal type of the resource error messageinthashCode()localisedMessage(String localisedMessage) Explanation of the resource validation errorresourceName(String resourceName) The field name of the erroneous fieldvoidDetail of the resource validation errorvoidsetLocalisedMessage(String localisedMessage) Explanation of the resource validation errorvoidsetResourceName(String resourceName) The field name of the erroneous fieldvoidTitle of the resource validation errorvoidInternal type of the resource error messageTitle of the resource validation errortoString()Internal type of the resource error message
-
Constructor Details
-
ResourceValidationErrorsElement
public ResourceValidationErrorsElement()
-
-
Method Details
-
resourceName
The field name of the erroneous field- Parameters:
resourceName- String- Returns:
- ResourceValidationErrorsElement
-
getResourceName
-
setResourceName
The field name of the erroneous field- Parameters:
resourceName- String
-
localisedMessage
Explanation of the resource validation error- Parameters:
localisedMessage- String- Returns:
- ResourceValidationErrorsElement
-
getLocalisedMessage
Explanation of the resource validation error- Returns:
- localisedMessage
-
setLocalisedMessage
Explanation of the resource validation error- Parameters:
localisedMessage- String
-
type
Internal type of the resource error message- Parameters:
type- String- Returns:
- ResourceValidationErrorsElement
-
getType
-
setType
Internal type of the resource error message- Parameters:
type- String
-
title
Title of the resource validation error- Parameters:
title- String- Returns:
- ResourceValidationErrorsElement
-
getTitle
-
setTitle
Title of the resource validation error- Parameters:
title- String
-
detail
Detail of the resource validation error- Parameters:
detail- String- Returns:
- ResourceValidationErrorsElement
-
getDetail
-
setDetail
Detail of the resource validation error- Parameters:
detail- String
-
equals
-
hashCode
-
toString
-