你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphItemActionStat Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphItemActionStat
- com.
Implements
public final class MicrosoftGraphItemActionStat
implements JsonSerializable<MicrosoftGraphItemActionStat>
itemActionStat.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphItemActionStat() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
actionCount()
Get the action |
Integer |
actorCount()
Get the actor |
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withActionCount(Integer actionCount)
Set the action |
Microsoft |
withActorCount(Integer actorCount)
Set the actor |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Methods inherited from java.lang.Object
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:
actorCount
public Integer actorCount()
Get the actorCount property: The number of distinct actors that performed the action. Read-only.
Returns:
additionalProperties
public Map
Get the additionalProperties property: itemActionStat.
Returns:
fromJson
public static MicrosoftGraphItemActionStat fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphItemActionStat from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withActionCount
public MicrosoftGraphItemActionStat withActionCount(Integer actionCount)
Set the actionCount property: The number of times the action took place. Read-only.
Parameters:
Returns:
withActorCount
public MicrosoftGraphItemActionStat withActorCount(Integer actorCount)
Set the actorCount property: The number of distinct actors that performed the action. Read-only.
Parameters:
Returns:
withAdditionalProperties
public MicrosoftGraphItemActionStat withAdditionalProperties(Map
Set the additionalProperties property: itemActionStat.
Parameters:
Returns: