Class AlertHistoryState

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

public class AlertHistoryState extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Alert History State.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • appId

      @SerializedName(value="appId", alternate="AppId") @Expose @Nullable public String appId
      The App Id. The Application ID of the calling application that submitted an update (PATCH) to the alert. The appId should be extracted from the auth token and not entered manually by the calling application.
    • assignedTo

      @SerializedName(value="assignedTo", alternate="AssignedTo") @Expose @Nullable public String assignedTo
      The Assigned To. UPN of user the alert was assigned to (note: alert.assignedTo only stores the last value/UPN).
    • comments

      @SerializedName(value="comments", alternate="Comments") @Expose @Nullable public List<String> comments
      The Comments. Comment entered by signed-in user.
    • feedback

      @SerializedName(value="feedback", alternate="Feedback") @Expose @Nullable public AlertFeedback feedback
      The Feedback. Analyst feedback on the alert in this update. Possible values are: unknown, truePositive, falsePositive, benignPositive.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public AlertStatus status
      The Status. Alert status value (if updated). Possible values are: unknown, newAlert, inProgress, resolved, dismissed.
    • updatedDateTime

      @SerializedName(value="updatedDateTime", alternate="UpdatedDateTime") @Expose @Nullable public OffsetDateTime updatedDateTime
      The Updated Date Time. Date and time of the alert update. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
    • user

      @SerializedName(value="user", alternate="User") @Expose @Nullable public String user
      The User. UPN of the signed-in user that updated the alert (taken from the bearer token - if in user/delegated auth mode).
  • Constructor Details

    • AlertHistoryState

      public AlertHistoryState()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to