BackupDeviceActionResult


public final class BackupDeviceActionResult


Results returned from a BackupDeviceAction back to the host orchestrator.

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull Map<@NonNull String, @NonNull String>

key-value results produced by the action

int
@NonNull String

Public constructors

BackupDeviceActionResult

Added in 1.0.0-alpha01
public BackupDeviceActionResult(
    @NonNull Map<@NonNull String, @NonNull String> payload
)

Public methods

equals

public boolean equals(Object other)

getPayload

Added in 1.0.0-alpha01
public final @NonNull Map<@NonNull String, @NonNull StringgetPayload()

key-value results produced by the action

hashCode

public int hashCode()

toString

public @NonNull String toString()