Package com.mypurecloud.sdk.v2.model
Class UpdateKpiRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateKpiRequest
- All Implemented Interfaces:
Serializable
UpdateKpiRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumKey Performance Indicator status which can be Enabled or Disabled. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the Key Performance Indicator.booleangetName()inthashCode()The name of the Key Performance Indicator.voidsetDescription(String description) voidvoidsetStatus(UpdateKpiRequest.StatusEnum status) status(UpdateKpiRequest.StatusEnum status) Key Performance Indicator status which can be Enabled or Disabled.toString()
-
Constructor Details
-
UpdateKpiRequest
public UpdateKpiRequest() -
UpdateKpiRequest
-
-
Method Details
-
name
The name of the Key Performance Indicator. -
getName
-
setName
-
description
The description of the Key Performance Indicator. -
getDescription
-
setDescription
-
status
Key Performance Indicator status which can be Enabled or Disabled. -
getStatus
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-