DpcMigrationAttempt

public abstract class DpcMigrationAttempt


dpc の移行の試行についての説明です。

概要

ネストされた型

public abstract class DpcMigrationAttempt.Builder

DpcMigrationAttempt のビルダー。

移行試行の状態。

パブリック メソッド

static DpcMigrationAttempt.Builder
abstract Instant

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

static DpcMigrationAttempt
abstract String

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

abstract DpcMigrationAttempt.State

この移行の試行の状態。

abstract DpcMigrationAttempt.Builder

パブリック メソッド

builder

public static DpcMigrationAttempt.Builder builder()

getCreateTime

public abstract Instant getCreateTime()

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

getDefaultInstance

public static DpcMigrationAttempt getDefaultInstance()

getName

public abstract String getName()

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

getState

public abstract DpcMigrationAttempt.State getState()

この移行の試行の状態。

toBuilder

public abstract DpcMigrationAttempt.Builder toBuilder()