|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.app.params.ServiceLevelParams
public class ServiceLevelParams
Represents the parameters used for estimating the service level.
Field Summary | |
---|---|
protected NonNegativeDurationArray |
awt
|
protected String |
name
|
protected DoubleArray |
target
|
Constructor Summary | |
---|---|
ServiceLevelParams()
|
Method Summary | |
---|---|
NonNegativeDurationArray |
getAwt()
Gets the value of the awt property. |
String |
getName()
Gets the value of the name property. |
DoubleArray |
getTarget()
Gets the value of the target property. |
boolean |
isSetAwt()
|
boolean |
isSetName()
|
boolean |
isSetTarget()
|
void |
setAwt(NonNegativeDurationArray value)
Sets the value of the awt property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setTarget(DoubleArray value)
Sets the value of the target property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected NonNegativeDurationArray awt
protected DoubleArray target
protected String name
Constructor Detail |
---|
public ServiceLevelParams()
Method Detail |
---|
public NonNegativeDurationArray getAwt()
NonNegativeDurationArray
public void setAwt(NonNegativeDurationArray value)
value
- allowed object is
NonNegativeDurationArray
public boolean isSetAwt()
public DoubleArray getTarget()
DoubleArray
public void setTarget(DoubleArray value)
value
- allowed object is
DoubleArray
public boolean isSetTarget()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |