Class MicrosoftGraphItemActionStat
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActionStat
itemActionStat.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphItemActionStat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the actionCount property: The number of times the action took place.Get the actorCount property: The number of distinct actors that performed the action.Get the additionalProperties property: itemActionStat.voidvalidate()Validates the instance.withActionCount(Integer actionCount) Set the actionCount property: The number of times the action took place.withActorCount(Integer actorCount) Set the actorCount property: The number of distinct actors that performed the action.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: itemActionStat.
-
Constructor Details
-
MicrosoftGraphItemActionStat
public MicrosoftGraphItemActionStat()Creates an instance of MicrosoftGraphItemActionStat class.
-
-
Method Details
-
actionCount
Get the actionCount property: The number of times the action took place. Read-only.- Returns:
- the actionCount value.
-
withActionCount
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
Get the actorCount property: The number of distinct actors that performed the action. Read-only.- Returns:
- the actorCount value.
-
withActorCount
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
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.
-