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!