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 Summary
FieldsModifier and TypeFieldDescriptionThe Banner.The First Seen Date Time.The Last Seen Date Time.the OData type of the object as returned by the serviceThe Scan Protocol.The Times Observed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
banner
The Banner. The text response received from a web component when scanning a hostPort. -
firstSeenDateTime
@SerializedName(value="firstSeenDateTime", alternate="FirstSeenDateTime") @Expose @Nullable public OffsetDateTime firstSeenDateTimeThe 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 lastSeenDateTimeThe 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 scanProtocolThe Scan Protocol. The specific protocol used to scan the hostPort. -
timesObserved
@SerializedName(value="timesObserved", alternate="TimesObserved") @Expose @Nullable public Integer timesObservedThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-