SoftwareInfo.SystemUpdateInfo.Builder

public abstract class SoftwareInfo.SystemUpdateInfo.Builder


Trình tạo cho SoftwareInfo.SystemUpdateInfo.

Tóm tắt

Phương thức công khai

abstract SoftwareInfo.SystemUpdateInfo
SoftwareInfo.SystemUpdateInfo.Builder

Xoá updateReceivedTimeMetadata.

SoftwareInfo.SystemUpdateInfo.Builder

Xoá updateStatusMetadata.

abstract SoftwareInfo.SystemUpdateInfo.Builder

Thời điểm bản cập nhật được cung cấp lần đầu tiên.

SoftwareInfo.SystemUpdateInfo.Builder

Siêu dữ liệu về thời gian nhận được bản cập nhật.

abstract SoftwareInfo.SystemUpdateInfo.Builder

Trạng thái của bản cập nhật: có bản cập nhật hay không và loại bản cập nhật.

SoftwareInfo.SystemUpdateInfo.Builder

Siêu dữ liệu về trạng thái cập nhật.

Phương thức công khai

build

public abstract SoftwareInfo.SystemUpdateInfo build()

clearUpdateReceivedTimeMetadata

public SoftwareInfo.SystemUpdateInfo.Builder clearUpdateReceivedTimeMetadata()

Xoá updateReceivedTimeMetadata.

clearUpdateStatusMetadata

public SoftwareInfo.SystemUpdateInfo.Builder clearUpdateStatusMetadata()

Xoá updateStatusMetadata.

setUpdateReceivedTime

public abstract SoftwareInfo.SystemUpdateInfo.Builder setUpdateReceivedTime(Instant value)

Thời điểm bản cập nhật được cung cấp lần đầu tiên. Giá trị 0 cho biết trường này chưa được đặt.

setUpdateReceivedTimeMetadata

public SoftwareInfo.SystemUpdateInfo.Builder setUpdateReceivedTimeMetadata(Metadata value)

Siêu dữ liệu về thời gian nhận được bản cập nhật.

setUpdateStatus

public abstract SoftwareInfo.SystemUpdateInfo.Builder setUpdateStatus(SoftwareInfo.SystemUpdateInfo.UpdateStatus value)

Trạng thái của bản cập nhật: có bản cập nhật hay không và loại bản cập nhật.

setUpdateStatusMetadata

public SoftwareInfo.SystemUpdateInfo.Builder setUpdateStatusMetadata(Metadata value)

Siêu dữ liệu về trạng thái cập nhật.