Package com.xero.models.payrolluk
Class InvalidField
java.lang.Object
com.xero.models.payrolluk.InvalidField
public class InvalidField extends Object
InvalidField
-
Constructor Summary
Constructors Constructor Description InvalidField() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetName()The name of the field that caused the errorStringgetReason()The reason the error occurredinthashCode()InvalidFieldname(String name)InvalidFieldreason(String reason)voidsetName(String name)voidsetReason(String reason)StringtoString()
-
Constructor Details
-
InvalidField
public InvalidField()
-
-
Method Details
-
name
-
getName
The name of the field that caused the error- Returns:
- name
-
setName
-
reason
-
getReason
The reason the error occurred- Returns:
- reason
-
setReason
-
equals
-
hashCode
public int hashCode() -
toString
-