Package com.xero.models.assets
Class ResourceValidationErrorsElement
java.lang.Object
com.xero.models.assets.ResourceValidationErrorsElement
public class ResourceValidationErrorsElement extends Object
ResourceValidationErrorsElement
-
Constructor Summary
Constructors Constructor Description ResourceValidationErrorsElement() -
Method Summary
Modifier and Type Method Description ResourceValidationErrorsElementdetail(String detail)booleanequals(Object o)StringgetDetail()Detail of the resource validation errorStringgetLocalisedMessage()Explaination of the resource validation errorStringgetResourceName()The field name of the erroneous fieldStringgetTitle()Title of the resource validation errorStringgetType()Internal type of the resource error messageinthashCode()ResourceValidationErrorsElementlocalisedMessage(String localisedMessage)ResourceValidationErrorsElementresourceName(String resourceName)voidsetDetail(String detail)voidsetLocalisedMessage(String localisedMessage)voidsetResourceName(String resourceName)voidsetTitle(String title)voidsetType(String type)ResourceValidationErrorsElementtitle(String title)StringtoString()ResourceValidationErrorsElementtype(String type)
-
Constructor Details
-
ResourceValidationErrorsElement
public ResourceValidationErrorsElement()
-
-
Method Details
-
resourceName
-
getResourceName
The field name of the erroneous field- Returns:
- resourceName
-
setResourceName
-
localisedMessage
-
getLocalisedMessage
Explaination of the resource validation error- Returns:
- localisedMessage
-
setLocalisedMessage
-
type
-
getType
Internal type of the resource error message- Returns:
- type
-
setType
-
title
-
getTitle
Title of the resource validation error- Returns:
- title
-
setTitle
-
detail
-
getDetail
Detail of the resource validation error- Returns:
- detail
-
setDetail
-
equals
-
hashCode
public int hashCode() -
toString
-