public final class SegmentationConfiguration
extends java.lang.Object
Constructor | Description |
---|---|
SegmentationConfiguration() |
|
SegmentationConfiguration(SegmentationStrategy segmentationType,
int numericValue) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
Creates a new object that is a copy of the current instance.
|
boolean |
equals(java.lang.Object obj) |
|
int |
getSegment() |
Numeric value which meaning depends on the value of
SegmentationConfiguration.getStrategy() . |
SegmentationStrategy |
getStrategy() |
Describes the type of segmentation used.
|
int |
hashCode() |
|
static SegmentationConfiguration |
parse(java.lang.String optiovVal,
ILogger logger) |
|
java.lang.String |
toString() |
public SegmentationConfiguration()
public SegmentationConfiguration(SegmentationStrategy segmentationType, int numericValue)
segmentationType
- The value for SegmentationConfiguration.getStrategy()
numericValue
- The value for SegmentationConfiguration.getSegment()
public int getSegment()
SegmentationConfiguration.getStrategy()
.public SegmentationStrategy getStrategy()
public static SegmentationConfiguration parse(java.lang.String optiovVal, ILogger logger)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.