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!