DpcMigrationAttempt.Builder

abstract class DpcMigrationAttempt.Builder


DpcMigrationAttempt のビルダー。

概要

パブリック関数

abstract DpcMigrationAttempt!
abstract DpcMigrationAttempt.Builder!

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

abstract DpcMigrationAttempt.Builder!
setName(value: String!)

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

abstract DpcMigrationAttempt.Builder!

この移行の試行の状態。

パブリック関数

build

abstract fun build(): DpcMigrationAttempt!

setCreateTime

abstract fun setCreateTime(value: Instant!): DpcMigrationAttempt.Builder!

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

setName

abstract fun setName(value: String!): DpcMigrationAttempt.Builder!

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

setState

abstract fun setState(value: DpcMigrationAttempt.State!): DpcMigrationAttempt.Builder!

この移行の試行の状態。