Class CloudApplicationEvidence

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

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

    • CloudApplicationEvidence

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

    • createFromDiscriminatorValue

      @Nonnull public static CloudApplicationEvidence 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 CloudApplicationEvidence
    • getAppId

      @Nullable public Long getAppId()
      Gets the appId property value. Unique identifier of the application.
      Returns:
      a Long
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. Name of the application.
      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>>
    • getInstanceId

      @Nullable public Long getInstanceId()
      Gets the instanceId property value. Identifier of the instance of the Software as a Service (SaaS) application.
      Returns:
      a Long
    • getInstanceName

      @Nullable public String getInstanceName()
      Gets the instanceName property value. Name of the instance of the SaaS application.
      Returns:
      a String
    • getSaasAppId

      @Nullable public Long getSaasAppId()
      Gets the saasAppId property value. The identifier of the SaaS application.
      Returns:
      a Long
    • getStream

      @Nullable public Stream getStream()
      Gets the stream property value. The stream property
      Returns:
      a Stream
    • 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
    • setAppId

      public void setAppId(@Nullable Long value)
      Sets the appId property value. Unique identifier of the application.
      Parameters:
      value - Value to set for the appId property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. Name of the application.
      Parameters:
      value - Value to set for the displayName property.
    • setInstanceId

      public void setInstanceId(@Nullable Long value)
      Sets the instanceId property value. Identifier of the instance of the Software as a Service (SaaS) application.
      Parameters:
      value - Value to set for the instanceId property.
    • setInstanceName

      public void setInstanceName(@Nullable String value)
      Sets the instanceName property value. Name of the instance of the SaaS application.
      Parameters:
      value - Value to set for the instanceName property.
    • setSaasAppId

      public void setSaasAppId(@Nullable Long value)
      Sets the saasAppId property value. The identifier of the SaaS application.
      Parameters:
      value - Value to set for the saasAppId property.
    • setStream

      public void setStream(@Nullable Stream value)
      Sets the stream property value. The stream property
      Parameters:
      value - Value to set for the stream property.