Package com.mypurecloud.sdk.v2.model
Class AnalyticsProperty
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsProperty
- All Implemented Interfaces:
Serializable
AnalyticsProperty
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates what the data type is (e.g. integer vs string) and therefore how to evaluate what would constitute a match -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()User-defined rather than intrinsic system-observed values.propertyType(AnalyticsProperty.PropertyTypeEnum propertyType) Indicates what the data type is (e.g. integer vs string) and therefore how to evaluate what would constitute a matchvoidsetProperty(String property) voidsetPropertyType(AnalyticsProperty.PropertyTypeEnum propertyType) voidtoString()What property value to match against
-
Constructor Details
-
AnalyticsProperty
public AnalyticsProperty() -
AnalyticsProperty
-
-
Method Details
-
property
User-defined rather than intrinsic system-observed values. These are tagged onto segments by other components within PureCloud or by API users directly. This is the name of the user-defined property. -
getProperty
-
setProperty
-
propertyType
Indicates what the data type is (e.g. integer vs string) and therefore how to evaluate what would constitute a match -
getPropertyType
-
setPropertyType
-
value
What property value to match against -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-