ReportSystemUpdateDownloadedWithOverrideRequest

public abstract class ReportSystemUpdateDownloadedWithOverrideRequest


Request to report that a system update has completed downloading with an override reason.

Summary

Public methods

static ReportSystemUpdateDownloadedWithOverrideRequest.Builder
static ReportSystemUpdateDownloadedWithOverrideRequest
abstract String

The name of the system update..

SystemUpdate.SystemUpdateState.OverrideReason

Reason for overriding UUC instructions.

boolean

Returns true if reason is set.

abstract ReportSystemUpdateDownloadedWithOverrideRequest.Builder

Public methods

getName

public abstract String getName()

The name of the system update..

getReason

public SystemUpdate.SystemUpdateState.OverrideReason getReason()

Reason for overriding UUC instructions.

hasReason

public boolean hasReason()

Returns true if reason is set.