DpcMigrationAttempt

abstract class DpcMigrationAttempt


يصف محاولة نقل وحدة التحكّم بسياسة الجهاز.

ملخّص

الأنواع المتداخلة

أداة إنشاء حسابات "DpcMigrationAttempt"

حالة محاولة نقل البيانات

وظائف عامة

java-static DpcMigrationAttempt.Builder!
abstract Instant!

الوقت الذي أبلغ عنه الجهاز عندما تمت محاولة نقل البيانات.

java-static DpcMigrationAttempt!
abstract String!

اسم محاولة نقل البيانات المطلوبة

abstract DpcMigrationAttempt.State!

حالة محاولة النقل هذه.

abstract DpcMigrationAttempt.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!