ReportSystemUpdateDownloadedWithOverrideRequest

abstract class ReportSystemUpdateDownloadedWithOverrideRequest


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

Summary

Public functions

java-static ReportSystemUpdateDownloadedWithOverrideRequest.Builder!
java-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 functions

getDefaultInstance

java-static fun getDefaultInstance(): ReportSystemUpdateDownloadedWithOverrideRequest!

getName

abstract fun getName(): String!

The name of the system update..

getReason

fun getReason(): SystemUpdate.SystemUpdateState.OverrideReason!

Reason for overriding UUC instructions.

hasReason

fun hasReason(): Boolean

Returns true if reason is set.