| Constructor and Description |
|---|
QueueRoutingConfig()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCapacityPercentage() |
double |
getCapacityWeight() |
int |
getDropAdditionalSkillsTimeout() |
boolean |
getIsAttributeBased() |
java.lang.String |
getLabel() |
int |
getPushTimeout() |
java.lang.String |
getQueueOverflowAssignee() |
RoutingModel |
getRoutingModel() |
int |
getRoutingPriority() |
QueueRoutingConfigSkill[] |
getSkills() |
java.lang.String |
getUserOverflowAssignee() |
boolean |
isIsAttributeBased() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCapacityPercentage(double capacityPercentage) |
protected void |
setCapacityPercentage(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCapacityWeight(double capacityWeight) |
protected void |
setCapacityWeight(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDropAdditionalSkillsTimeout(int dropAdditionalSkillsTimeout) |
protected void |
setDropAdditionalSkillsTimeout(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsAttributeBased(boolean isAttributeBased) |
protected void |
setIsAttributeBased(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPushTimeout(int pushTimeout) |
protected void |
setPushTimeout(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setQueueOverflowAssignee(java.lang.String queueOverflowAssignee) |
protected void |
setQueueOverflowAssignee(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRoutingModel(RoutingModel routingModel) |
protected void |
setRoutingModel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRoutingPriority(int routingPriority) |
protected void |
setRoutingPriority(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSkills(QueueRoutingConfigSkill[] skills) |
protected void |
setSkills(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setUserOverflowAssignee(java.lang.String userOverflowAssignee) |
protected void |
setUserOverflowAssignee(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullName, setFullNamepublic double getCapacityPercentage()
public void setCapacityPercentage(double capacityPercentage)
protected void setCapacityPercentage(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic double getCapacityWeight()
public void setCapacityWeight(double capacityWeight)
protected void setCapacityWeight(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getDropAdditionalSkillsTimeout()
public void setDropAdditionalSkillsTimeout(int dropAdditionalSkillsTimeout)
protected void setDropAdditionalSkillsTimeout(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsAttributeBased()
public boolean isIsAttributeBased()
public void setIsAttributeBased(boolean isAttributeBased)
protected void setIsAttributeBased(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getPushTimeout()
public void setPushTimeout(int pushTimeout)
protected void setPushTimeout(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getQueueOverflowAssignee()
public void setQueueOverflowAssignee(java.lang.String queueOverflowAssignee)
protected void setQueueOverflowAssignee(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic RoutingModel getRoutingModel()
public void setRoutingModel(RoutingModel routingModel)
protected void setRoutingModel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getRoutingPriority()
public void setRoutingPriority(int routingPriority)
protected void setRoutingPriority(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic QueueRoutingConfigSkill[] getSkills()
public void setSkills(QueueRoutingConfigSkill[] skills)
protected void setSkills(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getUserOverflowAssignee()
public void setUserOverflowAssignee(java.lang.String userOverflowAssignee)
protected void setUserOverflowAssignee(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class Metadatajava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class Metadatajava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class Metadatajava.io.IOExceptionConnectionExceptionCopyright © 2020. All Rights Reserved.