Package com.mypurecloud.sdk.v2.model
Class AnalyticsDataRetentionResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsDataRetentionResponse
- All Implemented Interfaces:
Serializable
AnalyticsDataRetentionResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Date and time when the analytics data retention was set.dateModified(Date dateModified) Date and time when the analytics data retention was last modified.booleaninthashCode()retentionDays(Integer retentionDays) Analytics data retention period in days for the organization.voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetRetentionDays(Integer retentionDays) toString()
-
Constructor Details
-
AnalyticsDataRetentionResponse
public AnalyticsDataRetentionResponse() -
AnalyticsDataRetentionResponse
-
-
Method Details
-
retentionDays
Analytics data retention period in days for the organization. -
getRetentionDays
-
setRetentionDays
-
dateCreated
Date and time when the analytics data retention was set. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Date and time when the analytics data retention was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
equals
-
hashCode
public int hashCode() -
toString
-