DpcMigrationAttempt

abstract class DpcMigrationAttempt


Describes a dpc migration attempt.

Summary

Nested types

Builder for DpcMigrationAttempt.

The state of a migration attempt.

Public functions

java-static DpcMigrationAttempt.Builder!
abstract Instant!

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

java-static DpcMigrationAttempt!
abstract String!

The name of the migration attempt requested.

abstract DpcMigrationAttempt.State!

The state of this migration attempt.

abstract DpcMigrationAttempt.Builder!

Public functions

builder

java-static fun builder(): DpcMigrationAttempt.Builder!

getCreateTime

abstract fun getCreateTime(): Instant!

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

getDefaultInstance

java-static fun getDefaultInstance(): DpcMigrationAttempt!

getName

abstract fun getName(): String!

The name of the migration attempt requested.

getState

abstract fun getState(): DpcMigrationAttempt.State!

The state of this migration attempt.

toBuilder

abstract fun toBuilder(): DpcMigrationAttempt.Builder!