Class MicrosoftGraphDeviceActionResult
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceActionResult
deviceActionResult
Device action result.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphDeviceActionResult class. -
Method Summary
Modifier and TypeMethodDescriptionGet the actionName property: Action name.Get the actionState property: actionState.Get the additionalProperties property: Device action result.Get the lastUpdatedDateTime property: Time the action state was last updated.Get the startDateTime property: Time the action was initiated.voidvalidate()Validates the instance.withActionName(String actionName) Set the actionName property: Action name.withActionState(MicrosoftGraphActionState actionState) Set the actionState property: actionState.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Device action result.withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) Set the lastUpdatedDateTime property: Time the action state was last updated.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: Time the action was initiated.
-
Constructor Details
-
MicrosoftGraphDeviceActionResult
public MicrosoftGraphDeviceActionResult()Creates an instance of MicrosoftGraphDeviceActionResult class.
-
-
Method Details
-
actionName
Get the actionName property: Action name.- Returns:
- the actionName value.
-
withActionName
Set the actionName property: Action name.- Parameters:
actionName- the actionName value to set.- Returns:
- the MicrosoftGraphDeviceActionResult object itself.
-
actionState
Get the actionState property: actionState.- Returns:
- the actionState value.
-
withActionState
Set the actionState property: actionState.- Parameters:
actionState- the actionState value to set.- Returns:
- the MicrosoftGraphDeviceActionResult object itself.
-
lastUpdatedDateTime
Get the lastUpdatedDateTime property: Time the action state was last updated.- Returns:
- the lastUpdatedDateTime value.
-
withLastUpdatedDateTime
Set the lastUpdatedDateTime property: Time the action state was last updated.- Parameters:
lastUpdatedDateTime- the lastUpdatedDateTime value to set.- Returns:
- the MicrosoftGraphDeviceActionResult object itself.
-
startDateTime
Get the startDateTime property: Time the action was initiated.- Returns:
- the startDateTime value.
-
withStartDateTime
Set the startDateTime property: Time the action was initiated.- Parameters:
startDateTime- the startDateTime value to set.- Returns:
- the MicrosoftGraphDeviceActionResult object itself.
-
additionalProperties
Get the additionalProperties property: Device action result.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphDeviceActionResult withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Device action result.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphDeviceActionResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-