Class MicrosoftGraphItemActionStat
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActionStat
-
public final class MicrosoftGraphItemActionStat extends Object
itemActionStat.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphItemActionStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
actionCount()
Get the actionCount property: The number of times the action took place.Integer
actorCount()
Get the actorCount property: The number of distinct actors that performed the action.Map<String,Object>
additionalProperties()
Get the additionalProperties property: itemActionStat.void
validate()
Validates the instance.MicrosoftGraphItemActionStat
withActionCount(Integer actionCount)
Set the actionCount property: The number of times the action took place.MicrosoftGraphItemActionStat
withActorCount(Integer actorCount)
Set the actorCount property: The number of distinct actors that performed the action.MicrosoftGraphItemActionStat
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: itemActionStat.
-
-
-
Method Detail
-
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.
-
-