Class Subdomain

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

public class Subdomain extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Subdomain.
  • 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 subdomain. 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.
    • host

      @SerializedName(value="host", alternate="Host") @Expose @Nullable public Host host
      The Host. The host of the subdomain.
  • Constructor Details

    • Subdomain

      public Subdomain()
  • 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