Class DeviceLogCollectionResponse

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

public class DeviceLogCollectionResponse extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Log Collection Response.
  • Field Details

    • enrolledByUser

      @SerializedName(value="enrolledByUser", alternate="EnrolledByUser") @Expose @Nullable public String enrolledByUser
      The Enrolled By User. The User Principal Name (UPN) of the user that enrolled the device.
    • expirationDateTimeUTC

      @SerializedName(value="expirationDateTimeUTC", alternate="ExpirationDateTimeUTC") @Expose @Nullable public OffsetDateTime expirationDateTimeUTC
      The Expiration Date Time UTC. The DateTime of the expiration of the logs.
    • initiatedByUserPrincipalName

      @SerializedName(value="initiatedByUserPrincipalName", alternate="InitiatedByUserPrincipalName") @Expose @Nullable public String initiatedByUserPrincipalName
      The Initiated By User Principal Name. The UPN for who initiated the request.
    • managedDeviceId

      @SerializedName(value="managedDeviceId", alternate="ManagedDeviceId") @Expose @Nullable public UUID managedDeviceId
      The Managed Device Id. Indicates Intune device unique identifier.
    • receivedDateTimeUTC

      @SerializedName(value="receivedDateTimeUTC", alternate="ReceivedDateTimeUTC") @Expose @Nullable public OffsetDateTime receivedDateTimeUTC
      The Received Date Time UTC. The DateTime the request was received.
    • requestedDateTimeUTC

      @SerializedName(value="requestedDateTimeUTC", alternate="RequestedDateTimeUTC") @Expose @Nullable public OffsetDateTime requestedDateTimeUTC
      The Requested Date Time UTC. The DateTime of the request.
    • sizeInKB

      @SerializedName(value="sizeInKB", alternate="SizeInKB") @Expose @Nullable public Double sizeInKB
      The Size In KB. The size of the logs in KB. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public AppLogUploadState status
      The Status. Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending. Possible values are: pending, completed, failed, unknownFutureValue.
  • Constructor Details

    • DeviceLogCollectionResponse

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