public class Threat
extends java.lang.Object
Constructor and Description |
---|
Threat() |
Threat(int typeId,
java.lang.String type,
java.lang.String matchedText,
java.lang.String maskedMatchedText,
ThreatLocationInfo location) |
Modifier and Type | Method and Description |
---|---|
ThreatLocationInfo |
getLocation() |
java.lang.String |
getMaskedMatchedText() |
java.lang.String |
getMatchedText() |
java.lang.String |
getType() |
int |
getTypeId() |
void |
setLocation(ThreatLocationInfo location) |
void |
setMaskedMatchedText(java.lang.String maskedMatchedText) |
void |
setMatchedText(java.lang.String matchedText) |
void |
setType(java.lang.String type) |
void |
setTypeId(int typeId) |
public Threat()
public Threat(int typeId, java.lang.String type, java.lang.String matchedText, java.lang.String maskedMatchedText, ThreatLocationInfo location)
public int getTypeId()
public void setTypeId(int typeId)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getMatchedText()
public void setMatchedText(java.lang.String matchedText)
public java.lang.String getMaskedMatchedText()
public void setMaskedMatchedText(java.lang.String maskedMatchedText)
public ThreatLocationInfo getLocation()
public void setLocation(ThreatLocationInfo location)