Class DeviceActionResult.Builder

    • Method Detail

      • actionName

        public DeviceActionResult.Builder actionName​(String actionName)
        “Action name”
        Parameters:
        actionName - value of actionName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • actionState

        public DeviceActionResult.Builder actionState​(ActionState actionState)
        “State of the action”
        Parameters:
        actionState - value of actionState property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • lastUpdatedDateTime

        public DeviceActionResult.Builder lastUpdatedDateTime​(OffsetDateTime lastUpdatedDateTime)
        “Time the action state was last updated”
        Parameters:
        lastUpdatedDateTime - value of lastUpdatedDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • startDateTime

        public DeviceActionResult.Builder startDateTime​(OffsetDateTime startDateTime)
        “Time the action was initiated”
        Parameters:
        startDateTime - value of startDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)