Class WindowsInformationProtectionNetworkLearningSummary

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WindowsInformationProtectionNetworkLearningSummary
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WindowsInformationProtectionNetworkLearningSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Information Protection Network Learning Summary.
  • Field Details

    • deviceCount

      @SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Integer deviceCount
      The Device Count. Device Count
    • url

      @SerializedName(value="url", alternate="Url") @Expose @Nullable public String url
      The Url. Website url
  • Constructor Details

    • WindowsInformationProtectionNetworkLearningSummary

      public WindowsInformationProtectionNetworkLearningSummary()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to