Class IpAddress
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.Artifact
com.microsoft.graph.security.models.Host
com.microsoft.graph.security.models.IpAddress
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ip Address.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Autonomous System.The Country Or Region.The Hosting Provider.The Netblock.Fields inherited from class com.microsoft.graph.security.models.Host
components, cookies, firstSeenDateTime, lastSeenDateTime, passiveDns, passiveDnsReverse, reputation, trackers -
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
-
autonomousSystem
@SerializedName(value="autonomousSystem", alternate="AutonomousSystem") @Expose @Nullable public AutonomousSystem autonomousSystemThe Autonomous System. The details about the autonomous system to which this IP address belongs. -
countryOrRegion
@SerializedName(value="countryOrRegion", alternate="CountryOrRegion") @Expose @Nullable public String countryOrRegionThe Country Or Region. The country or region for this IP address. -
hostingProvider
@SerializedName(value="hostingProvider", alternate="HostingProvider") @Expose @Nullable public String hostingProviderThe Hosting Provider. The hosting company listed for this host. -
netblock
The Netblock. The block of IP addresses this IP address belongs to.
-
-
Constructor Details
-
IpAddress
public IpAddress()
-
-
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 classHost- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-