public class ErrorFieldType extends Object
| Constructor and Description |
|---|
ErrorFieldType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ErrorFieldType |
errorCode(Integer errorCode) |
ErrorFieldType |
errorDescription(String errorDescription) |
ErrorFieldType |
fieldType(FieldType fieldType) |
Integer |
getErrorCode()
The validation error code.
|
String |
getErrorDescription()
A description of the validation error.
|
FieldType |
getFieldType()
Get fieldType
|
int |
hashCode() |
void |
setErrorCode(Integer errorCode) |
void |
setErrorDescription(String errorDescription) |
void |
setFieldType(FieldType fieldType) |
String |
toString() |
public ErrorFieldType errorCode(Integer errorCode)
public Integer getErrorCode()
public void setErrorCode(Integer errorCode)
public ErrorFieldType errorDescription(String errorDescription)
public String getErrorDescription()
public void setErrorDescription(String errorDescription)
public ErrorFieldType fieldType(FieldType fieldType)
public FieldType getFieldType()
public void setFieldType(FieldType fieldType)
Copyright © 2022. All rights reserved.