public class EdgeFirewallTrafficLogResponse extends Object implements Serializable
Constructor and Description |
---|
EdgeFirewallTrafficLogResponse(String edgeUuid,
Instant timestamp,
Integer destinationPort,
int count,
String destinationIp,
String action,
String sourceIp,
String protocol) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAction()
Get the firewall action.
|
int |
getCount()
Get the count of how many times it occured during the discrete interval.
|
String |
getDestinationIp()
Get the destination IP address.
|
Integer |
getDestinationPort()
Get the destination port.
|
String |
getEdgeUuid()
Get the edge uuid.
|
String |
getProtocol()
Get the protocol.
|
String |
getSourceIp()
Get the source IP address.
|
Instant |
getTimestamp()
Get the timestamp when traffic occured.
|
int |
hashCode() |
String |
toString() |
public Instant getTimestamp()
Instant
time stamppublic Integer getDestinationPort()
public int getCount()
public String getDestinationIp()
String
destination IP addresspublic String getSourceIp()
String
source IP addressCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.