DpcMigrationAttempt

public abstract class DpcMigrationAttempt


Describes a dpc migration attempt.

Summary

Nested types

public abstract class DpcMigrationAttempt.Builder

Builder for DpcMigrationAttempt.

The state of a migration attempt.

Public methods

static DpcMigrationAttempt.Builder
abstract Instant

The time as reported by the device when migration was attempted.

static DpcMigrationAttempt
abstract String

The name of the migration attempt requested.

abstract DpcMigrationAttempt.State

The state of this migration attempt.

abstract DpcMigrationAttempt.Builder

Public methods

builder

public static DpcMigrationAttempt.Builder builder()

getCreateTime

public abstract Instant getCreateTime()

The time as reported by the device when migration was attempted.

getDefaultInstance

public static DpcMigrationAttempt getDefaultInstance()

getName

public abstract String getName()

The name of the migration attempt requested.

getState

public abstract DpcMigrationAttempt.State getState()

The state of this migration attempt.

toBuilder

public abstract DpcMigrationAttempt.Builder toBuilder()