Package com.mypurecloud.sdk.v2.model
Class CampaignOutboundLinesAllocation
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignOutboundLinesAllocation
- All Implemented Interfaces:
Serializable
CampaignOutboundLinesAllocation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaign(DomainEntityRef campaign) The CampaigncampaignWeight(Integer campaignWeight) The relative weight of the campaignbooleaninthashCode()legacyWeight(Boolean legacyWeight) true if relative weight of the campaign is not explicitly specified, false otherwiselinesAssigned(Integer linesAssigned) The number of lines dynamically assigned to the campaignvoidsetCampaign(DomainEntityRef campaign) voidsetCampaignWeight(Integer campaignWeight) voidsetLegacyWeight(Boolean legacyWeight) voidsetLinesAssigned(Integer linesAssigned) toString()
-
Constructor Details
-
CampaignOutboundLinesAllocation
public CampaignOutboundLinesAllocation() -
CampaignOutboundLinesAllocation
-
-
Method Details
-
campaign
The Campaign -
getCampaign
-
setCampaign
-
campaignWeight
The relative weight of the campaign -
getCampaignWeight
-
setCampaignWeight
-
linesAssigned
The number of lines dynamically assigned to the campaign -
getLinesAssigned
-
setLinesAssigned
-
legacyWeight
true if relative weight of the campaign is not explicitly specified, false otherwise -
getLegacyWeight
-
setLegacyWeight
-
equals
-
hashCode
public int hashCode() -
toString
-