SingleQueryResult |
SingleQueryResult.withDescription(String description) |
Set the description property: Describes what is the signature enforces.
|
SingleQueryResult |
SingleQueryResult.withDestinationPorts(List<String> destinationPorts) |
Set the destinationPorts property: Describes the list of destination ports related to this signature.
|
SingleQueryResult |
SingleQueryResult.withDirection(SingleQueryResultDirection direction) |
Set the direction property: Describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound,
2 - Bidirectional.
|
SingleQueryResult |
SingleQueryResult.withGroup(String group) |
Set the group property: Describes the groups the signature belongs to.
|
SingleQueryResult |
SingleQueryResult.withInheritedFromParentPolicy(Boolean inheritedFromParentPolicy) |
Set the inheritedFromParentPolicy property: Describes if this override is inherited from base policy or not.
|
SingleQueryResult |
SingleQueryResult.withLastUpdated(String lastUpdated) |
Set the lastUpdated property: Describes the last updated time of the signature (provided from 3rd party vendor).
|
SingleQueryResult |
SingleQueryResult.withMode(SingleQueryResultMode mode) |
Set the mode property: The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny.
|
SingleQueryResult |
SingleQueryResult.withProtocol(String protocol) |
Set the protocol property: Describes the protocol the signatures is being enforced in.
|
SingleQueryResult |
SingleQueryResult.withSeverity(SingleQueryResultSeverity severity) |
Set the severity property: Describes the severity of signature: 1 - Low, 2 - Medium, 3 - High.
|
SingleQueryResult |
SingleQueryResult.withSignatureId(Integer signatureId) |
Set the signatureId property: The ID of the signature.
|
SingleQueryResult |
SingleQueryResult.withSourcePorts(List<String> sourcePorts) |
Set the sourcePorts property: Describes the list of source ports related to this signature.
|