Class Hostname

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

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

    • registrant

      @SerializedName(value="registrant", alternate="Registrant") @Expose @Nullable public String registrant
      The Registrant. The company or individual who registered this hostname, from WHOIS data.
    • registrar

      @SerializedName(value="registrar", alternate="Registrar") @Expose @Nullable public String registrar
      The Registrar. The registrar for this hostname, from WHOIS data.
  • Constructor Details

    • Hostname

      public Hostname()
  • 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