Class DeviceInfo

java.lang.Object
com.microsoft.graph.models.DeviceInfo
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class DeviceInfo extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • DeviceInfo

      public DeviceInfo()
      Instantiates a new DeviceInfo and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static DeviceInfo createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a DeviceInfo
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getDeviceId

      @Nullable public String getDeviceId()
      Gets the deviceId property value. Unique identifier set by Azure Device Registration Service at the time of registration.
      Returns:
      a String
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. The display name for the device.
      Returns:
      a String
    • getEnrollmentProfileName

      @Nullable public String getEnrollmentProfileName()
      Gets the enrollmentProfileName property value. Enrollment profile applied to the device.
      Returns:
      a String
    • getExtensionAttribute1

      @Nullable public String getExtensionAttribute1()
      Gets the extensionAttribute1 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute10

      @Nullable public String getExtensionAttribute10()
      Gets the extensionAttribute10 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute11

      @Nullable public String getExtensionAttribute11()
      Gets the extensionAttribute11 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute12

      @Nullable public String getExtensionAttribute12()
      Gets the extensionAttribute12 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute13

      @Nullable public String getExtensionAttribute13()
      Gets the extensionAttribute13 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute14

      @Nullable public String getExtensionAttribute14()
      Gets the extensionAttribute14 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute15

      @Nullable public String getExtensionAttribute15()
      Gets the extensionAttribute15 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute2

      @Nullable public String getExtensionAttribute2()
      Gets the extensionAttribute2 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute3

      @Nullable public String getExtensionAttribute3()
      Gets the extensionAttribute3 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute4

      @Nullable public String getExtensionAttribute4()
      Gets the extensionAttribute4 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute5

      @Nullable public String getExtensionAttribute5()
      Gets the extensionAttribute5 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute6

      @Nullable public String getExtensionAttribute6()
      Gets the extensionAttribute6 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute7

      @Nullable public String getExtensionAttribute7()
      Gets the extensionAttribute7 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute8

      @Nullable public String getExtensionAttribute8()
      Gets the extensionAttribute8 property value. Extension attribute.
      Returns:
      a String
    • getExtensionAttribute9

      @Nullable public String getExtensionAttribute9()
      Gets the extensionAttribute9 property value. Extension attribute.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIsCompliant

      @Nullable public Boolean getIsCompliant()
      Gets the isCompliant property value. Indicates the device compliance status with Mobile Management Device (MDM) policies. Default is false.
      Returns:
      a Boolean
    • getManufacturer

      @Nullable public String getManufacturer()
      Gets the manufacturer property value. Manufacturer of the device.
      Returns:
      a String
    • getMdmAppId

      @Nullable public String getMdmAppId()
      Gets the mdmAppId property value. Application identifier used to register device into MDM.
      Returns:
      a String
    • getModel

      @Nullable public String getModel()
      Gets the model property value. Model of the device.
      Returns:
      a String
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getOperatingSystem

      @Nullable public String getOperatingSystem()
      Gets the operatingSystem property value. The type of operating system on the device.
      Returns:
      a String
    • getOperatingSystemVersion

      @Nullable public String getOperatingSystemVersion()
      Gets the operatingSystemVersion property value. The version of the operating system on the device.
      Returns:
      a String
    • getOwnership

      @Nullable public String getOwnership()
      Gets the ownership property value. Ownership of the device. This property is set by Intune.
      Returns:
      a String
    • getPhysicalIds

      @Nullable public List<String> getPhysicalIds()
      Gets the physicalIds property value. A collection of physical identifiers for the device.
      Returns:
      a List<String>
    • getProfileType

      @Nullable public String getProfileType()
      Gets the profileType property value. The profile type of the device.
      Returns:
      a String
    • getSystemLabels

      @Nullable public List<String> getSystemLabels()
      Gets the systemLabels property value. List of labels applied to the device by the system.
      Returns:
      a List<String>
    • getTrustType

      @Nullable public String getTrustType()
      Gets the trustType property value. Type of trust for the joined device.
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setDeviceId

      public void setDeviceId(@Nullable String value)
      Sets the deviceId property value. Unique identifier set by Azure Device Registration Service at the time of registration.
      Parameters:
      value - Value to set for the deviceId property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. The display name for the device.
      Parameters:
      value - Value to set for the displayName property.
    • setEnrollmentProfileName

      public void setEnrollmentProfileName(@Nullable String value)
      Sets the enrollmentProfileName property value. Enrollment profile applied to the device.
      Parameters:
      value - Value to set for the enrollmentProfileName property.
    • setExtensionAttribute1

      public void setExtensionAttribute1(@Nullable String value)
      Sets the extensionAttribute1 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute1 property.
    • setExtensionAttribute10

      public void setExtensionAttribute10(@Nullable String value)
      Sets the extensionAttribute10 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute10 property.
    • setExtensionAttribute11

      public void setExtensionAttribute11(@Nullable String value)
      Sets the extensionAttribute11 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute11 property.
    • setExtensionAttribute12

      public void setExtensionAttribute12(@Nullable String value)
      Sets the extensionAttribute12 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute12 property.
    • setExtensionAttribute13

      public void setExtensionAttribute13(@Nullable String value)
      Sets the extensionAttribute13 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute13 property.
    • setExtensionAttribute14

      public void setExtensionAttribute14(@Nullable String value)
      Sets the extensionAttribute14 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute14 property.
    • setExtensionAttribute15

      public void setExtensionAttribute15(@Nullable String value)
      Sets the extensionAttribute15 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute15 property.
    • setExtensionAttribute2

      public void setExtensionAttribute2(@Nullable String value)
      Sets the extensionAttribute2 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute2 property.
    • setExtensionAttribute3

      public void setExtensionAttribute3(@Nullable String value)
      Sets the extensionAttribute3 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute3 property.
    • setExtensionAttribute4

      public void setExtensionAttribute4(@Nullable String value)
      Sets the extensionAttribute4 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute4 property.
    • setExtensionAttribute5

      public void setExtensionAttribute5(@Nullable String value)
      Sets the extensionAttribute5 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute5 property.
    • setExtensionAttribute6

      public void setExtensionAttribute6(@Nullable String value)
      Sets the extensionAttribute6 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute6 property.
    • setExtensionAttribute7

      public void setExtensionAttribute7(@Nullable String value)
      Sets the extensionAttribute7 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute7 property.
    • setExtensionAttribute8

      public void setExtensionAttribute8(@Nullable String value)
      Sets the extensionAttribute8 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute8 property.
    • setExtensionAttribute9

      public void setExtensionAttribute9(@Nullable String value)
      Sets the extensionAttribute9 property value. Extension attribute.
      Parameters:
      value - Value to set for the extensionAttribute9 property.
    • setIsCompliant

      public void setIsCompliant(@Nullable Boolean value)
      Sets the isCompliant property value. Indicates the device compliance status with Mobile Management Device (MDM) policies. Default is false.
      Parameters:
      value - Value to set for the isCompliant property.
    • setManufacturer

      public void setManufacturer(@Nullable String value)
      Sets the manufacturer property value. Manufacturer of the device.
      Parameters:
      value - Value to set for the manufacturer property.
    • setMdmAppId

      public void setMdmAppId(@Nullable String value)
      Sets the mdmAppId property value. Application identifier used to register device into MDM.
      Parameters:
      value - Value to set for the mdmAppId property.
    • setModel

      public void setModel(@Nullable String value)
      Sets the model property value. Model of the device.
      Parameters:
      value - Value to set for the model property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setOperatingSystem

      public void setOperatingSystem(@Nullable String value)
      Sets the operatingSystem property value. The type of operating system on the device.
      Parameters:
      value - Value to set for the operatingSystem property.
    • setOperatingSystemVersion

      public void setOperatingSystemVersion(@Nullable String value)
      Sets the operatingSystemVersion property value. The version of the operating system on the device.
      Parameters:
      value - Value to set for the operatingSystemVersion property.
    • setOwnership

      public void setOwnership(@Nullable String value)
      Sets the ownership property value. Ownership of the device. This property is set by Intune.
      Parameters:
      value - Value to set for the ownership property.
    • setPhysicalIds

      public void setPhysicalIds(@Nullable List<String> value)
      Sets the physicalIds property value. A collection of physical identifiers for the device.
      Parameters:
      value - Value to set for the physicalIds property.
    • setProfileType

      public void setProfileType(@Nullable String value)
      Sets the profileType property value. The profile type of the device.
      Parameters:
      value - Value to set for the profileType property.
    • setSystemLabels

      public void setSystemLabels(@Nullable List<String> value)
      Sets the systemLabels property value. List of labels applied to the device by the system.
      Parameters:
      value - Value to set for the systemLabels property.
    • setTrustType

      public void setTrustType(@Nullable String value)
      Sets the trustType property value. Type of trust for the joined device.
      Parameters:
      value - Value to set for the trustType property.