Package com.mypurecloud.sdk.v2.model
Class CreateKpiRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateKpiRequest
- All Implemented Interfaces:
Serializable
CreateKpiRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the Key Performance Indicator.static enumThe source of the Key Performance Indicator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the Key Performance Indicator.booleangetName()inthashCode()kpiType(CreateKpiRequest.KpiTypeEnum kpiType) The type of the Key Performance Indicator.The name of the Key Performance Indicator.voidsetDescription(String description) voidsetKpiType(CreateKpiRequest.KpiTypeEnum kpiType) voidvoidsetSource(CreateKpiRequest.SourceEnum source) voidsetWrapUpCodeConfig(WrapUpCodeConfig wrapUpCodeConfig) source(CreateKpiRequest.SourceEnum source) The source of the Key Performance Indicator.toString()wrapUpCodeConfig(WrapUpCodeConfig wrapUpCodeConfig) Defines what wrap up codes are mapped to Key Performance Indicator.
-
Constructor Details
-
CreateKpiRequest
public CreateKpiRequest() -
CreateKpiRequest
-
-
Method Details
-
name
The name of the Key Performance Indicator. -
getName
-
setName
-
description
The description of the Key Performance Indicator. -
getDescription
-
setDescription
-
kpiType
The type of the Key Performance Indicator. -
getKpiType
-
setKpiType
-
wrapUpCodeConfig
Defines what wrap up codes are mapped to Key Performance Indicator. -
getWrapUpCodeConfig
-
setWrapUpCodeConfig
-
source
The source of the Key Performance Indicator. -
getSource
-
setSource
-
equals
-
hashCode
public int hashCode() -
toString
-