Package com.mypurecloud.sdk.v2.model
Class SocialTopicWithDataIngestionRuleMetadataResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.SocialTopicWithDataIngestionRuleMetadataResponse
- All Implemented Interfaces:
Serializable
public class SocialTopicWithDataIngestionRuleMetadataResponse
extends Object
implements Serializable
SocialTopicWithDataIngestionRuleMetadataResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the social topic. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataIngestionRulesMetadata(List<DataIngestionRulesMetadata> dataIngestionRulesMetadata) The data ingestion rule metadata.dateCreated(Date dateCreated) Timestamp indicating when the social topic was created.dateModified(Date dateModified) Timestamp indicating when the social topic was last updated.description(String description) A description of the social topic.divisionId(String divisionId) The ID of the division to which the social topic belongs to.booleangetId()getName()inthashCode()ID of the social topic.The name of the social topic.voidsetDataIngestionRulesMetadata(List<DataIngestionRulesMetadata> dataIngestionRulesMetadata) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetDivisionId(String divisionId) voidvoidvoidThe status of the social topic.toString()
-
Constructor Details
-
SocialTopicWithDataIngestionRuleMetadataResponse
public SocialTopicWithDataIngestionRuleMetadataResponse() -
SocialTopicWithDataIngestionRuleMetadataResponse
-
-
Method Details
-
id
ID of the social topic. -
getId
-
setId
-
name
The name of the social topic. -
getName
-
setName
-
description
A description of the social topic. -
getDescription
-
setDescription
-
dateCreated
Timestamp indicating when the social topic was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Timestamp indicating when the social topic was last updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
divisionId
The ID of the division to which the social topic belongs to. -
getDivisionId
-
setDivisionId
-
status
public SocialTopicWithDataIngestionRuleMetadataResponse status(SocialTopicWithDataIngestionRuleMetadataResponse.StatusEnum status) The status of the social topic. -
getStatus
-
setStatus
-
dataIngestionRulesMetadata
public SocialTopicWithDataIngestionRuleMetadataResponse dataIngestionRulesMetadata(List<DataIngestionRulesMetadata> dataIngestionRulesMetadata) The data ingestion rule metadata. -
getDataIngestionRulesMetadata
-
setDataIngestionRulesMetadata
public void setDataIngestionRulesMetadata(List<DataIngestionRulesMetadata> dataIngestionRulesMetadata) -
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-