All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
Hostname, IpAddress

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

    • firstSeenDateTime

      @SerializedName(value="firstSeenDateTime", alternate="FirstSeenDateTime") @Expose @Nullable public OffsetDateTime firstSeenDateTime
      The First Seen Date Time. The first date and time when this host was observed. 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 most recent date and time when this host was observed. 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.
    • childHostPairs

      @Nullable public HostPairCollectionPage childHostPairs
      The Child Host Pairs. The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a cihldHost.
    • components

      @Nullable public HostComponentCollectionPage components
      The Components. The hostComponents that are associated with this host.
    • cookies

      @Nullable public HostCookieCollectionPage cookies
      The Cookies. The hostCookies that are associated with this host.
    • hostPairs

      @Nullable public HostPairCollectionPage hostPairs
      The Host Pairs. The hostPairs that are associated with this host, where this host is either the parentHost or childHost.
    • parentHostPairs

      @Nullable public HostPairCollectionPage parentHostPairs
      The Parent Host Pairs. The hostPairs that are associated with a host, where that host is the childHost and has an incoming pairing with a parentHost.
    • passiveDns

      @Nullable public PassiveDnsRecordCollectionPage passiveDns
      The Passive Dns. Passive DNS retrieval about this host.
    • passiveDnsReverse

      @Nullable public PassiveDnsRecordCollectionPage passiveDnsReverse
      The Passive Dns Reverse. Reverse passive DNS retrieval about this host.
    • reputation

      @SerializedName(value="reputation", alternate="Reputation") @Expose @Nullable public HostReputation reputation
      The Reputation. Represents a calculated reputation of this host.
    • sslCertificates

      @Nullable public HostSslCertificateCollectionPage sslCertificates
      The Ssl Certificates. The hostSslCertificates that are associated with this host.
    • subdomains

      @Nullable public SubdomainCollectionPage subdomains
      The Subdomains. The subdomains that are associated with this host.
    • trackers

      @Nullable public HostTrackerCollectionPage trackers
      The Trackers. The hostTrackers that are associated with this host.
    • whois

      @SerializedName(value="whois", alternate="Whois") @Expose @Nullable public WhoisRecord whois
      The Whois. The most recent whoisRecord for this host.
  • Constructor Details

    • Host

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