Class NetworkConnectionEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.NetworkConnectionEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class NetworkConnectionEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetworkConnectionEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IpEvidencedestinationAddressprotected IntegerdestinationPortprotected ProtocolTypeprotocolprotected IpEvidencesourceAddressprotected IntegersourcePort-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, detailedRoles, detailedRolesNextLink, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNetworkConnectionEvidence()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getDetailedRoles, getDetailedRoles, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Field Detail
-
destinationAddress
protected IpEvidence destinationAddress
-
destinationPort
protected Integer destinationPort
-
protocol
protected ProtocolType protocol
-
sourceAddress
protected IpEvidence sourceAddress
-
sourcePort
protected Integer sourcePort
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
getDestinationAddress
public Optional<IpEvidence> getDestinationAddress()
-
withDestinationAddress
public NetworkConnectionEvidence withDestinationAddress(IpEvidence destinationAddress)
-
withDestinationPort
public NetworkConnectionEvidence withDestinationPort(Integer destinationPort)
-
getProtocol
public Optional<ProtocolType> getProtocol()
-
withProtocol
public NetworkConnectionEvidence withProtocol(ProtocolType protocol)
-
getSourceAddress
public Optional<IpEvidence> getSourceAddress()
-
withSourceAddress
public NetworkConnectionEvidence withSourceAddress(IpEvidence sourceAddress)
-
withSourcePort
public NetworkConnectionEvidence withSourcePort(Integer sourcePort)
-
withUnmappedField
public NetworkConnectionEvidence withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAlertEvidence
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAlertEvidence
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAlertEvidence
-
builderNetworkConnectionEvidence
public static NetworkConnectionEvidence.Builder builderNetworkConnectionEvidence()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classAlertEvidence
-
-