public class ThreatInfo
extends java.lang.Object
Constructor and Description |
---|
ThreatInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Destroy() |
java.lang.String |
GetMaskedMatchedText() |
static java.lang.String |
GetMaskedMatchedText(java.lang.String matchedText,
int threatTypeId) |
java.lang.String |
GetMatchedText() |
java.lang.String |
GetThreatDescription() |
ThreatLocation |
GetThreatLocation() |
int |
GetThreatTypeId() |
void |
SetMatchedText(java.lang.String matchedText) |
void |
SetThreatDescription(java.lang.String threatDescription) |
void |
SetThreatLocation(ThreatLocation threatLocation) |
void |
SetThreatTypeId(int threatTypeId) |
java.lang.String |
ToMaskedString() |
java.lang.String |
toString() |
java.lang.String |
ToString() |
public void Destroy()
public int GetThreatTypeId()
public void SetThreatTypeId(int threatTypeId)
public java.lang.String GetMaskedMatchedText()
public java.lang.String GetMatchedText()
public void SetMatchedText(java.lang.String matchedText)
public java.lang.String GetThreatDescription()
public void SetThreatDescription(java.lang.String threatDescription)
public ThreatLocation GetThreatLocation()
public void SetThreatLocation(ThreatLocation threatLocation)
public java.lang.String ToMaskedString()
public java.lang.String ToString()
public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String GetMaskedMatchedText(java.lang.String matchedText, int threatTypeId)