DpcMigrationAttempt

abstract class DpcMigrationAttempt


dpc の移行の試みを記述します。

概要

ネストされた型

DpcMigrationAttempt のビルダー。

移行の試行の状態。

パブリック関数

java-static DpcMigrationAttempt.Builder!
abstract Instant!

移行を試みたときにデバイスから報告された時刻。

java-static DpcMigrationAttempt!
abstract String!

リクエストされた移行の試行の名前。

abstract DpcMigrationAttempt.State!

この移行試行の状態。

abstract DpcMigrationAttempt.Builder!

パブリック関数

builder

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

getCreateTime

abstract fun getCreateTime(): Instant!

移行を試みたときにデバイスから報告された時刻。

getDefaultInstance

java-static fun getDefaultInstance(): DpcMigrationAttempt!

getName

abstract fun getName(): String!

リクエストされた移行の試行の名前。

getState

abstract fun getState(): DpcMigrationAttempt.State!

この移行試行の状態。

toBuilder

abstract fun toBuilder(): DpcMigrationAttempt.Builder!