public class CorrelationRule extends Object
| Constructor and Description |
|---|
CorrelationRule(BoundaryExtractor boundaryExtractor) |
CorrelationRule(HtmlExtractor htmlExtractor) |
CorrelationRule(JSONPostProcessor jsonPathExtractor) |
CorrelationRule(Object jsonData) |
CorrelationRule(RegexExtractor regexExtractor) |
CorrelationRule(XPath2Extractor xPath2Extractor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object rule) |
String |
getAttribute() |
String |
getExpr() |
String |
getlBoundary() |
String |
getName() |
String |
getrBoundary() |
String |
getType() |
int |
hashCode() |
void |
setAttribute(String attribute) |
void |
setExpr(String expr) |
void |
setlBoundary(String lBoundary) |
void |
setName(String name) |
void |
setrBoundary(String rBoundary) |
void |
setType(String type) |
public CorrelationRule(Object jsonData) throws com.fasterxml.jackson.databind.JsonMappingException, com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.databind.JsonMappingExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic CorrelationRule(HtmlExtractor htmlExtractor)
public CorrelationRule(XPath2Extractor xPath2Extractor)
public CorrelationRule(JSONPostProcessor jsonPathExtractor)
public CorrelationRule(RegexExtractor regexExtractor)
public CorrelationRule(BoundaryExtractor boundaryExtractor)
public String getAttribute()
public String getExpr()
public String getlBoundary()
public String getName()
public String getrBoundary()
public String getType()
public void setAttribute(String attribute)
public void setExpr(String expr)
public void setlBoundary(String lBoundary)
public void setName(String name)
public void setrBoundary(String rBoundary)
public void setType(String type)
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.