Package com.mypurecloud.sdk.v2.model
Class PreprocessingRule
java.lang.Object
com.mypurecloud.sdk.v2.model.PreprocessingRule
- All Implemented Interfaces:
Serializable
PreprocessingRule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe regular expression to which file lines are to be matched.getFind()Replaces all matching substrings in every line.inthashCode()ignoreCase(Boolean ignoreCase) Enables case-insensitive matchingreplaceWith(String replaceWith) The string to be substituted for each match.voidvoidvoidsetIgnoreCase(Boolean ignoreCase) voidsetReplaceWith(String replaceWith) toString()
-
Constructor Details
-
PreprocessingRule
public PreprocessingRule() -
PreprocessingRule
-
-
Method Details
-
find
The regular expression to which file lines are to be matched. -
getFind
-
setFind
-
replaceWith
The string to be substituted for each match. -
getReplaceWith
-
setReplaceWith
-
global
Replaces all matching substrings in every line. -
getGlobal
-
setGlobal
-
ignoreCase
Enables case-insensitive matching -
getIgnoreCase
-
setIgnoreCase
-
equals
-
hashCode
public int hashCode() -
toString
-