Class Host
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.Artifact
com.microsoft.graph.security.models.Host
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Host.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Child Host Pairs.The Components.The Cookies.The First Seen Date Time.The Host Pairs.The Last Seen Date Time.The Parent Host Pairs.The Passive Dns.The Passive Dns Reverse.The Ports.The Reputation.The Ssl Certificates.The Subdomains.The Trackers.The Whois. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
firstSeenDateTime
@SerializedName(value="firstSeenDateTime", alternate="FirstSeenDateTime") @Expose @Nullable public OffsetDateTime firstSeenDateTimeThe 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 lastSeenDateTimeThe 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
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 childHost. -
components
The Components. The hostComponents that are associated with this host. -
cookies
The Cookies. The hostCookies that are associated with this host. -
hostPairs
The Host Pairs. The hostPairs that are associated with this host, where this host is either the parentHost or childHost. -
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
The Passive Dns. Passive DNS retrieval about this host. -
passiveDnsReverse
The Passive Dns Reverse. Reverse passive DNS retrieval about this host. -
ports
The Ports. The hostPorts associated with a host. -
reputation
@SerializedName(value="reputation", alternate="Reputation") @Expose @Nullable public HostReputation reputationThe Reputation. Represents a calculated reputation of this host. -
sslCertificates
The Ssl Certificates. The hostSslCertificates that are associated with this host. -
subdomains
The Subdomains. The subdomains that are associated with this host. -
trackers
The Trackers. The hostTrackers that are associated with this host. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classArtifact- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-