Package com.mypurecloud.sdk.v2.model
Class BulkErrorDetail
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkErrorDetail
- All Implemented Interfaces:
Serializable
BulkErrorDetail
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe name of the field which experienced an error.getValue()inthashCode()A field-specific error message describing why this operation was rejected.voidsetFieldName(String fieldName) voidsetMessage(String message) voidtoString()The field value from the request which caused the error.
-
Constructor Details
-
BulkErrorDetail
public BulkErrorDetail() -
BulkErrorDetail
-
-
Method Details
-
fieldName
The name of the field which experienced an error. -
getFieldName
-
setFieldName
-
value
The field value from the request which caused the error. -
getValue
-
setValue
-
message
A field-specific error message describing why this operation was rejected. -
getMessage
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-