Package com.mypurecloud.sdk.v2.model
Class CampaignDiagnosticWindow
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignDiagnosticWindow
- All Implemented Interfaces:
Serializable
CampaignDiagnosticWindow
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumName of informational attribute -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd datetime of the window.Start datetime of the window.booleangetState()inthashCode()voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) voidName of informational attributetoString()
-
Constructor Details
-
CampaignDiagnosticWindow
public CampaignDiagnosticWindow() -
CampaignDiagnosticWindow
-
-
Method Details
-
state
Name of informational attribute -
getState
-
setState
-
dateStart
Start datetime of the window. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
End datetime of the window. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
equals
-
hashCode
public int hashCode() -
toString
-