Class HostPortBanner

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

public class HostPortBanner extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Host Port Banner.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • firstSeenDateTime

      @SerializedName(value="firstSeenDateTime", alternate="FirstSeenDateTime") @Expose @Nullable public OffsetDateTime firstSeenDateTime
      The First Seen Date Time. The first date and time when Microsoft Defender Threat Intelligence observed the hostPortBanner. 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 last date and time when Microsoft Defender Threat Intelligence observed the hostPortBanner. 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.
    • scanProtocol

      @SerializedName(value="scanProtocol", alternate="ScanProtocol") @Expose @Nullable public String scanProtocol
      The Scan Protocol. The specific protocol used to scan the hostPort.
    • timesObserved

      @SerializedName(value="timesObserved", alternate="TimesObserved") @Expose @Nullable public Integer timesObserved
      The Times Observed. The total amount of times that Microsoft Defender Threat Intelligence has observed the hostPortBanner in all its scans.
  • Constructor Details

    • HostPortBanner

      public HostPortBanner()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to