Class ResourceValidationErrorsElement


  • public class ResourceValidationErrorsElement
    extends Object
    ResourceValidationErrorsElement
    • Constructor Detail

      • ResourceValidationErrorsElement

        public ResourceValidationErrorsElement()
    • Method Detail

      • resourceName

        public ResourceValidationErrorsElement resourceName​(String resourceName)
        The field name of the erroneous field
        Parameters:
        resourceName - String
        Returns:
        ResourceValidationErrorsElement
      • getResourceName

        public String getResourceName()
        The field name of the erroneous field
        Returns:
        resourceName
      • setResourceName

        public void setResourceName​(String resourceName)
        The field name of the erroneous field
        Parameters:
        resourceName - String
      • localisedMessage

        public ResourceValidationErrorsElement localisedMessage​(String localisedMessage)
        Explanation of the resource validation error
        Parameters:
        localisedMessage - String
        Returns:
        ResourceValidationErrorsElement
      • getLocalisedMessage

        public String getLocalisedMessage()
        Explanation of the resource validation error
        Returns:
        localisedMessage
      • setLocalisedMessage

        public void setLocalisedMessage​(String localisedMessage)
        Explanation of the resource validation error
        Parameters:
        localisedMessage - String
      • getType

        public String getType()
        Internal type of the resource error message
        Returns:
        type
      • setType

        public void setType​(String type)
        Internal type of the resource error message
        Parameters:
        type - String
      • getTitle

        public String getTitle()
        Title of the resource validation error
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
        Title of the resource validation error
        Parameters:
        title - String
      • getDetail

        public String getDetail()
        Detail of the resource validation error
        Returns:
        detail
      • setDetail

        public void setDetail​(String detail)
        Detail of the resource validation error
        Parameters:
        detail - String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object