Class IpAddress

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IpAddress extends Host implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ip Address.
  • Field Details

    • autonomousSystem

      @SerializedName(value="autonomousSystem", alternate="AutonomousSystem") @Expose @Nullable public AutonomousSystem autonomousSystem
      The Autonomous System. The details about the autonomous system to which this IP address belongs.
    • countryOrRegion

      @SerializedName(value="countryOrRegion", alternate="CountryOrRegion") @Expose @Nullable public String countryOrRegion
      The Country Or Region. The country or region for this IP address.
    • hostingProvider

      @SerializedName(value="hostingProvider", alternate="HostingProvider") @Expose @Nullable public String hostingProvider
      The Hosting Provider. The hosting company listed for this host.
    • netblock

      @SerializedName(value="netblock", alternate="Netblock") @Expose @Nullable public String 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Host
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to