Package com.mypurecloud.sdk.v2.model
Class LongTermRequirementsErrorDetail
java.lang.Object
com.mypurecloud.sdk.v2.model.LongTermRequirementsErrorDetail
- All Implemented Interfaces:
Serializable
LongTermRequirementsErrorDetail
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe error code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the error codebooleaninthashCode()internalErrorCode(LongTermRequirementsErrorDetail.InternalErrorCodeEnum internalErrorCode) The error codevoidsetDescription(String description) voidsetInternalErrorCode(LongTermRequirementsErrorDetail.InternalErrorCodeEnum internalErrorCode) toString()
-
Constructor Details
-
LongTermRequirementsErrorDetail
public LongTermRequirementsErrorDetail() -
LongTermRequirementsErrorDetail
-
-
Method Details
-
internalErrorCode
public LongTermRequirementsErrorDetail internalErrorCode(LongTermRequirementsErrorDetail.InternalErrorCodeEnum internalErrorCode) The error code -
getInternalErrorCode
-
setInternalErrorCode
public void setInternalErrorCode(LongTermRequirementsErrorDetail.InternalErrorCodeEnum internalErrorCode) -
description
The description of the error code -
getDescription
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-