Class MalwareEvidence

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

@Generated("com.microsoft.kiota") public class MalwareEvidence extends AlertEvidence implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • MalwareEvidence

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

    • createFromDiscriminatorValue

      @Nonnull public static MalwareEvidence 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 MalwareEvidence
    • getCategory

      @Nullable public String getCategory()
      Gets the category property value. The category property
      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
      Overrides:
      getFieldDeserializers in class AlertEvidence
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getFiles

      @Nullable public List<FileEvidence> getFiles()
      Gets the files property value. The files property
      Returns:
      a List<FileEvidence>
    • getName

      @Nullable public String getName()
      Gets the name property value. The name property
      Returns:
      a String
    • getProcesses

      @Nullable public List<ProcessEvidence> getProcesses()
      Gets the processes property value. The processes property
      Returns:
      a List<ProcessEvidence>
    • 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
      Overrides:
      serialize in class AlertEvidence
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCategory

      public void setCategory(@Nullable String value)
      Sets the category property value. The category property
      Parameters:
      value - Value to set for the category property.
    • setFiles

      public void setFiles(@Nullable List<FileEvidence> value)
      Sets the files property value. The files property
      Parameters:
      value - Value to set for the files property.
    • setName

      public void setName(@Nullable String value)
      Sets the name property value. The name property
      Parameters:
      value - Value to set for the name property.
    • setProcesses

      public void setProcesses(@Nullable List<ProcessEvidence> value)
      Sets the processes property value. The processes property
      Parameters:
      value - Value to set for the processes property.