DpcMigrationAttempt

abstract class DpcMigrationAttempt


תיאור של ניסיון להעברת dpc.

סיכום

סוגים בתוך עץ

Builder עבור 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!