static Network.Builder |
Network.builder() |
|
Network.Builder |
Network.Builder.destinationDomain(String destinationDomain) |
The destination domain of network-related information about a finding.
|
Network.Builder |
Network.Builder.destinationIpV4(String destinationIpV4) |
The destination IPv4 address of network-related information about a finding.
|
Network.Builder |
Network.Builder.destinationIpV6(String destinationIpV6) |
The destination IPv6 address of network-related information about a finding.
|
Network.Builder |
Network.Builder.destinationPort(Integer destinationPort) |
The destination port of network-related information about a finding.
|
Network.Builder |
Network.Builder.direction(String direction) |
The direction of network traffic associated with a finding.
|
Network.Builder |
Network.Builder.direction(NetworkDirection direction) |
The direction of network traffic associated with a finding.
|
default Network.Builder |
Network.Builder.openPortRange(Consumer<PortRange.Builder> openPortRange) |
The range of open ports that is present on the network.
|
Network.Builder |
Network.Builder.openPortRange(PortRange openPortRange) |
The range of open ports that is present on the network.
|
Network.Builder |
Network.Builder.protocol(String protocol) |
The protocol of network-related information about a finding.
|
Network.Builder |
Network.Builder.sourceDomain(String sourceDomain) |
The source domain of network-related information about a finding.
|
Network.Builder |
Network.Builder.sourceIpV4(String sourceIpV4) |
The source IPv4 address of network-related information about a finding.
|
Network.Builder |
Network.Builder.sourceIpV6(String sourceIpV6) |
The source IPv6 address of network-related information about a finding.
|
Network.Builder |
Network.Builder.sourceMac(String sourceMac) |
The source media access control (MAC) address of network-related information about a finding.
|
Network.Builder |
Network.Builder.sourcePort(Integer sourcePort) |
The source port of network-related information about a finding.
|
Network.Builder |
Network.toBuilder() |
|