public class WebReputationEvent extends EventObject
EventObject.EnumEventOrigin| Constructor and Description |
|---|
WebReputationEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getDetectionCategory()
CCCA detection source categories
|
java.lang.Integer |
getHostID()
The id of the host the event was recorded on
|
java.lang.String |
getHostName()
The host name of the event was recorded on
|
java.lang.Integer |
getRank()
Rank
|
java.lang.Integer |
getRiskLevel()
The raw score of the url from 0-100, null if the url was blocked because it was blacklisted.
|
java.lang.String |
getTargetIP()
CCCA detected target IP
|
java.lang.String |
getUrl()
The url that caused the event
|
java.lang.Long |
getWebReputationEventID()
The primary key of the event entry.
|
void |
setDetectionCategory(java.lang.Integer detectionCategory) |
void |
setHostID(java.lang.Integer hostID) |
void |
setHostName(java.lang.String hostName) |
void |
setRank(java.lang.Integer rank) |
void |
setRiskLevel(java.lang.Integer riskLevel) |
void |
setTargetIP(java.lang.String targetIP) |
void |
setUrl(java.lang.String url) |
void |
setWebReputationEventID(java.lang.Long webReputationEventID) |
getLogTime, getOrigin, getTags, setLogTime, setOrigin, setTagspublic java.lang.Integer getHostID()
public void setHostID(java.lang.Integer hostID)
public java.lang.String getHostName()
public void setHostName(java.lang.String hostName)
public java.lang.Integer getRank()
public void setRank(java.lang.Integer rank)
public java.lang.Integer getRiskLevel()
public void setRiskLevel(java.lang.Integer riskLevel)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.Long getWebReputationEventID()
public void setWebReputationEventID(java.lang.Long webReputationEventID)
public java.lang.Integer getDetectionCategory()
public void setDetectionCategory(java.lang.Integer detectionCategory)
public java.lang.String getTargetIP()
public void setTargetIP(java.lang.String targetIP)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.