ReportSystemUpdateDownloadPreventedRequest

abstract class ReportSystemUpdateDownloadPreventedRequest


Request to report that a system update download is prevented.

Summary

Public functions

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

The name of the system update..

SystemUpdate.SystemUpdateState.PreventionReason!

Reason for the prevention.

Boolean

Returns true if reason is set.

abstract ReportSystemUpdateDownloadPreventedRequest.Builder!

Public functions

getDefaultInstance

java-static fun getDefaultInstance(): ReportSystemUpdateDownloadPreventedRequest!

getName

abstract fun getName(): String!

The name of the system update..

getReason

fun getReason(): SystemUpdate.SystemUpdateState.PreventionReason!

Reason for the prevention.

hasReason

fun hasReason(): Boolean

Returns true if reason is set.