DpcMigrationAttempt

public abstract class DpcMigrationAttempt


อธิบายความพยายามในการย้ายข้อมูล DCM

สรุป

ประเภทที่ซ้อนกัน

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