@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Network extends Object implements Serializable, Cloneable, StructuredPojo
The details of network-related information about a finding.
Constructor and Description |
---|
Network() |
Modifier and Type | Method and Description |
---|---|
Network |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationDomain()
The destination domain of network-related information about a finding.
|
String |
getDestinationIpV4()
The destination IPv4 address of network-related information about a finding.
|
String |
getDestinationIpV6()
The destination IPv6 address of network-related information about a finding.
|
Integer |
getDestinationPort()
The destination port of network-related information about a finding.
|
String |
getDirection()
The direction of network traffic associated with a finding.
|
String |
getProtocol()
The protocol of network-related information about a finding.
|
String |
getSourceDomain()
The source domain of network-related information about a finding.
|
String |
getSourceIpV4()
The source IPv4 address of network-related information about a finding.
|
String |
getSourceIpV6()
The source IPv6 address of network-related information about a finding.
|
String |
getSourceMac()
The source media access control (MAC) address of network-related information about a finding.
|
Integer |
getSourcePort()
The source port of network-related information about a finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationDomain(String destinationDomain)
The destination domain of network-related information about a finding.
|
void |
setDestinationIpV4(String destinationIpV4)
The destination IPv4 address of network-related information about a finding.
|
void |
setDestinationIpV6(String destinationIpV6)
The destination IPv6 address of network-related information about a finding.
|
void |
setDestinationPort(Integer destinationPort)
The destination port of network-related information about a finding.
|
void |
setDirection(String direction)
The direction of network traffic associated with a finding.
|
void |
setProtocol(String protocol)
The protocol of network-related information about a finding.
|
void |
setSourceDomain(String sourceDomain)
The source domain of network-related information about a finding.
|
void |
setSourceIpV4(String sourceIpV4)
The source IPv4 address of network-related information about a finding.
|
void |
setSourceIpV6(String sourceIpV6)
The source IPv6 address of network-related information about a finding.
|
void |
setSourceMac(String sourceMac)
The source media access control (MAC) address of network-related information about a finding.
|
void |
setSourcePort(Integer sourcePort)
The source port of network-related information about a finding.
|
String |
toString()
Returns a string representation of this object.
|
Network |
withDestinationDomain(String destinationDomain)
The destination domain of network-related information about a finding.
|
Network |
withDestinationIpV4(String destinationIpV4)
The destination IPv4 address of network-related information about a finding.
|
Network |
withDestinationIpV6(String destinationIpV6)
The destination IPv6 address of network-related information about a finding.
|
Network |
withDestinationPort(Integer destinationPort)
The destination port of network-related information about a finding.
|
Network |
withDirection(NetworkDirection direction)
The direction of network traffic associated with a finding.
|
Network |
withDirection(String direction)
The direction of network traffic associated with a finding.
|
Network |
withProtocol(String protocol)
The protocol of network-related information about a finding.
|
Network |
withSourceDomain(String sourceDomain)
The source domain of network-related information about a finding.
|
Network |
withSourceIpV4(String sourceIpV4)
The source IPv4 address of network-related information about a finding.
|
Network |
withSourceIpV6(String sourceIpV6)
The source IPv6 address of network-related information about a finding.
|
Network |
withSourceMac(String sourceMac)
The source media access control (MAC) address of network-related information about a finding.
|
Network |
withSourcePort(Integer sourcePort)
The source port of network-related information about a finding.
|
public void setDirection(String direction)
The direction of network traffic associated with a finding.
direction
- The direction of network traffic associated with a finding.NetworkDirection
public String getDirection()
The direction of network traffic associated with a finding.
NetworkDirection
public Network withDirection(String direction)
The direction of network traffic associated with a finding.
direction
- The direction of network traffic associated with a finding.NetworkDirection
public Network withDirection(NetworkDirection direction)
The direction of network traffic associated with a finding.
direction
- The direction of network traffic associated with a finding.NetworkDirection
public void setProtocol(String protocol)
The protocol of network-related information about a finding.
protocol
- The protocol of network-related information about a finding.public String getProtocol()
The protocol of network-related information about a finding.
public Network withProtocol(String protocol)
The protocol of network-related information about a finding.
protocol
- The protocol of network-related information about a finding.public void setSourceIpV4(String sourceIpV4)
The source IPv4 address of network-related information about a finding.
sourceIpV4
- The source IPv4 address of network-related information about a finding.public String getSourceIpV4()
The source IPv4 address of network-related information about a finding.
public Network withSourceIpV4(String sourceIpV4)
The source IPv4 address of network-related information about a finding.
sourceIpV4
- The source IPv4 address of network-related information about a finding.public void setSourceIpV6(String sourceIpV6)
The source IPv6 address of network-related information about a finding.
sourceIpV6
- The source IPv6 address of network-related information about a finding.public String getSourceIpV6()
The source IPv6 address of network-related information about a finding.
public Network withSourceIpV6(String sourceIpV6)
The source IPv6 address of network-related information about a finding.
sourceIpV6
- The source IPv6 address of network-related information about a finding.public void setSourcePort(Integer sourcePort)
The source port of network-related information about a finding.
sourcePort
- The source port of network-related information about a finding.public Integer getSourcePort()
The source port of network-related information about a finding.
public Network withSourcePort(Integer sourcePort)
The source port of network-related information about a finding.
sourcePort
- The source port of network-related information about a finding.public void setSourceDomain(String sourceDomain)
The source domain of network-related information about a finding.
sourceDomain
- The source domain of network-related information about a finding.public String getSourceDomain()
The source domain of network-related information about a finding.
public Network withSourceDomain(String sourceDomain)
The source domain of network-related information about a finding.
sourceDomain
- The source domain of network-related information about a finding.public void setSourceMac(String sourceMac)
The source media access control (MAC) address of network-related information about a finding.
sourceMac
- The source media access control (MAC) address of network-related information about a finding.public String getSourceMac()
The source media access control (MAC) address of network-related information about a finding.
public Network withSourceMac(String sourceMac)
The source media access control (MAC) address of network-related information about a finding.
sourceMac
- The source media access control (MAC) address of network-related information about a finding.public void setDestinationIpV4(String destinationIpV4)
The destination IPv4 address of network-related information about a finding.
destinationIpV4
- The destination IPv4 address of network-related information about a finding.public String getDestinationIpV4()
The destination IPv4 address of network-related information about a finding.
public Network withDestinationIpV4(String destinationIpV4)
The destination IPv4 address of network-related information about a finding.
destinationIpV4
- The destination IPv4 address of network-related information about a finding.public void setDestinationIpV6(String destinationIpV6)
The destination IPv6 address of network-related information about a finding.
destinationIpV6
- The destination IPv6 address of network-related information about a finding.public String getDestinationIpV6()
The destination IPv6 address of network-related information about a finding.
public Network withDestinationIpV6(String destinationIpV6)
The destination IPv6 address of network-related information about a finding.
destinationIpV6
- The destination IPv6 address of network-related information about a finding.public void setDestinationPort(Integer destinationPort)
The destination port of network-related information about a finding.
destinationPort
- The destination port of network-related information about a finding.public Integer getDestinationPort()
The destination port of network-related information about a finding.
public Network withDestinationPort(Integer destinationPort)
The destination port of network-related information about a finding.
destinationPort
- The destination port of network-related information about a finding.public void setDestinationDomain(String destinationDomain)
The destination domain of network-related information about a finding.
destinationDomain
- The destination domain of network-related information about a finding.public String getDestinationDomain()
The destination domain of network-related information about a finding.
public Network withDestinationDomain(String destinationDomain)
The destination domain of network-related information about a finding.
destinationDomain
- The destination domain of network-related information about a finding.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.