Class MicrosoftGraphItemActionStat

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActionStat

public final class MicrosoftGraphItemActionStat extends Object
itemActionStat.
  • Constructor Details

    • MicrosoftGraphItemActionStat

      public MicrosoftGraphItemActionStat()
      Creates an instance of MicrosoftGraphItemActionStat class.
  • Method Details

    • actionCount

      public Integer actionCount()
      Get the actionCount property: The number of times the action took place. Read-only.
      Returns:
      the actionCount value.
    • withActionCount

      public MicrosoftGraphItemActionStat withActionCount(Integer actionCount)
      Set the actionCount property: The number of times the action took place. Read-only.
      Parameters:
      actionCount - the actionCount value to set.
      Returns:
      the MicrosoftGraphItemActionStat object itself.
    • actorCount

      public Integer actorCount()
      Get the actorCount property: The number of distinct actors that performed the action. Read-only.
      Returns:
      the actorCount value.
    • withActorCount

      public MicrosoftGraphItemActionStat withActorCount(Integer actorCount)
      Set the actorCount property: The number of distinct actors that performed the action. Read-only.
      Parameters:
      actorCount - the actorCount value to set.
      Returns:
      the MicrosoftGraphItemActionStat object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: itemActionStat.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphItemActionStat withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: itemActionStat.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphItemActionStat object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.