ReportSystemUpdateApplyPreventedRequest

public abstract class ReportSystemUpdateApplyPreventedRequest


Request to report that a system update apply is prevented.

Summary

Public methods

static ReportSystemUpdateApplyPreventedRequest.Builder
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 methods

getDefaultInstance

public static ReportSystemUpdateApplyPreventedRequest getDefaultInstance()

getName

public abstract String getName()

The name of the system update..

getReason

public SystemUpdate.SystemUpdateState.PreventionReason getReason()

Reason for the prevention.

hasReason

public boolean hasReason()

Returns true if reason is set.