Package com.mypurecloud.sdk.v2.model
Class CampaignDiagnosticSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignDiagnosticSummary
- All Implemented Interfaces:
Serializable
CampaignDiagnosticSummary
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaignHealthStates(List<CampaignDiagnosticCampaignHealthState> campaignHealthStates) Array of campaign health statescampaignId(String campaignId) Campaign IDcampaignInfo(List<CampaignDiagnosticWindow> campaignInfo) Array of diagnostic windowscampaignStates(List<CampaignDiagnosticCampaignState> campaignStates) Array of campaign statesconfigChanges(List<CampaignDiagnosticConfigChange> configChanges) Configuration changes occurring within the time windowEnd of the interval.Start of the interval.booleaninthashCode()voidsetCampaignHealthStates(List<CampaignDiagnosticCampaignHealthState> campaignHealthStates) voidsetCampaignId(String campaignId) voidsetCampaignInfo(List<CampaignDiagnosticWindow> campaignInfo) voidsetCampaignStates(List<CampaignDiagnosticCampaignState> campaignStates) voidsetConfigChanges(List<CampaignDiagnosticConfigChange> configChanges) voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) toString()
-
Constructor Details
-
CampaignDiagnosticSummary
public CampaignDiagnosticSummary() -
CampaignDiagnosticSummary
-
-
Method Details
-
campaignId
Campaign ID -
getCampaignId
-
setCampaignId
-
dateStart
Start of the interval. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
End of the interval. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
campaignStates
public CampaignDiagnosticSummary campaignStates(List<CampaignDiagnosticCampaignState> campaignStates) Array of campaign states -
getCampaignStates
-
setCampaignStates
-
campaignInfo
Array of diagnostic windows -
getCampaignInfo
-
setCampaignInfo
-
campaignHealthStates
public CampaignDiagnosticSummary campaignHealthStates(List<CampaignDiagnosticCampaignHealthState> campaignHealthStates) Array of campaign health states -
getCampaignHealthStates
-
setCampaignHealthStates
public void setCampaignHealthStates(List<CampaignDiagnosticCampaignHealthState> campaignHealthStates) -
configChanges
Configuration changes occurring within the time window -
getConfigChanges
-
setConfigChanges
-
equals
-
hashCode
public int hashCode() -
toString
-