Class Detail
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.Detail
-
- All Implemented Interfaces:
Serializable
public class Detail extends Object implements Serializable
Detail- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Detail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetailentityId(String entityId)DetailentityName(String entityName)booleanequals(Object o)DetailerrorCode(String errorCode)DetailfieldName(String fieldName)StringgetEntityId()StringgetEntityName()StringgetErrorCode()StringgetFieldName()inthashCode()voidsetEntityId(String entityId)voidsetEntityName(String entityName)voidsetErrorCode(String errorCode)voidsetFieldName(String fieldName)StringtoString()
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
setErrorCode
public void setErrorCode(String errorCode)
-
getFieldName
public String getFieldName()
-
setFieldName
public void setFieldName(String fieldName)
-
getEntityId
public String getEntityId()
-
setEntityId
public void setEntityId(String entityId)
-
getEntityName
public String getEntityName()
-
setEntityName
public void setEntityName(String entityName)
-
-