ReportSystemUpdateDownloadingWithOverrideRequest

abstract class ReportSystemUpdateDownloadingWithOverrideRequest


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

Summary

Public functions

java-static ReportSystemUpdateDownloadingWithOverrideRequest.Builder!
java-static ReportSystemUpdateDownloadingWithOverrideRequest!
abstract String!

The name of the system update..

SystemUpdate.SystemUpdateState.OverrideReason!

Reason for overriding UUC instructions.

Boolean

Returns true if reason is set.

abstract ReportSystemUpdateDownloadingWithOverrideRequest.Builder!

Public functions

getDefaultInstance

java-static fun getDefaultInstance(): ReportSystemUpdateDownloadingWithOverrideRequest!

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.