Package com.mypurecloud.sdk.v2.model
Class OpenDataIngestionRuleVersionResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenDataIngestionRuleVersionResponse
- All Implemented Interfaces:
Serializable
OpenDataIngestionRuleVersionResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the data ingestion rule. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the data ingestion rule.booleanexternalSource(DomainEntityRef externalSource) The external source associated with this open data ingestion rule, which is used when performing identity resolutiongetId()getName()inthashCode()ID of the open data ingestion rule.ingestionRuleInfo(MessageInfo ingestionRuleInfo) The Info about ingestion rule.The name of the data ingestion rule.voidsetDescription(String description) voidsetExternalSource(DomainEntityRef externalSource) voidvoidsetIngestionRuleInfo(MessageInfo ingestionRuleInfo) voidvoidvoidsetVersion(Integer version) The status of the data ingestion rule.toString()The version number of the data ingestion rule.
-
Constructor Details
-
OpenDataIngestionRuleVersionResponse
public OpenDataIngestionRuleVersionResponse() -
OpenDataIngestionRuleVersionResponse
-
-
Method Details
-
id
ID of the open data ingestion rule. -
getId
-
setId
-
name
The name of the data ingestion rule. -
getName
-
setName
-
description
A description of the data ingestion rule. -
getDescription
-
setDescription
-
status
public OpenDataIngestionRuleVersionResponse status(OpenDataIngestionRuleVersionResponse.StatusEnum status) The status of the data ingestion rule. -
getStatus
-
setStatus
-
version
The version number of the data ingestion rule. -
getVersion
-
setVersion
-
getDateCreated
-
getDateModified
-
getPlatform
-
ingestionRuleInfo
The Info about ingestion rule. -
getIngestionRuleInfo
-
setIngestionRuleInfo
-
getCountries
-
externalSource
The external source associated with this open data ingestion rule, which is used when performing identity resolution -
getExternalSource
-
setExternalSource
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-