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

วิธีการสาธารณะ

เครื่องมือสร้าง

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