Class HostPair

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.HostPair
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostPair extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Host Pair.
  • Field Details

    • firstSeenDateTime

      @SerializedName(value="firstSeenDateTime", alternate="FirstSeenDateTime") @Expose @Nullable public OffsetDateTime firstSeenDateTime
      The First Seen Date Time. The date and time when Microsoft Defender Threat Intelligence first observed the hostPair. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • lastSeenDateTime

      @SerializedName(value="lastSeenDateTime", alternate="LastSeenDateTime") @Expose @Nullable public OffsetDateTime lastSeenDateTime
      The Last Seen Date Time. The date and time when Microsoft Defender Threat Intelligence last observed the hostPair. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • linkKind

      @SerializedName(value="linkKind", alternate="LinkKind") @Expose @Nullable public String linkKind
      The Link Kind. The reason that two hosts are identified as hostPair.
    • childHost

      @SerializedName(value="childHost", alternate="ChildHost") @Expose @Nullable public Host childHost
      The Child Host. Host reached via the parentHost.
    • parentHost

      @SerializedName(value="parentHost", alternate="ParentHost") @Expose @Nullable public Host parentHost
      The Parent Host. Host used to reach the childHost.
  • Constructor Details

    • HostPair

      public HostPair()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to