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()