Class NetworkConnectionEvidence

java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.NetworkConnectionEvidence
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class NetworkConnectionEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Network Connection Evidence.
  • Field Details

    • destinationAddress

      @SerializedName(value="destinationAddress", alternate="DestinationAddress") @Expose @Nullable public IpEvidence destinationAddress
      The Destination Address.
    • destinationPort

      @SerializedName(value="destinationPort", alternate="DestinationPort") @Expose @Nullable public Integer destinationPort
      The Destination Port.
    • protocol

      @SerializedName(value="protocol", alternate="Protocol") @Expose @Nullable public ProtocolType protocol
      The Protocol.
    • sourceAddress

      @SerializedName(value="sourceAddress", alternate="SourceAddress") @Expose @Nullable public IpEvidence sourceAddress
      The Source Address.
    • sourcePort

      @SerializedName(value="sourcePort", alternate="SourcePort") @Expose @Nullable public Integer sourcePort
      The Source Port.
  • Constructor Details

    • NetworkConnectionEvidence

      public NetworkConnectionEvidence()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AlertEvidence
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to