ReportSystemUpdateApplyPreventedRequest

abstract class ReportSystemUpdateApplyPreventedRequest


Request to report that a system update apply is prevented.

Summary

Public functions

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

The name of the system update..

SystemUpdate.SystemUpdateState.PreventionReason!

Reason for the prevention.

Boolean

Returns true if reason is set.

abstract ReportSystemUpdateApplyPreventedRequest.Builder!

Public functions

getDefaultInstance

java-static fun getDefaultInstance(): ReportSystemUpdateApplyPreventedRequest!

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.