ReportSystemUpdateAbortedRequest

abstract class ReportSystemUpdateAbortedRequest


Request to report that a system update has been aborted with an abort reason.

Summary

Public functions

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

The name of the system update..

SystemUpdate.SystemUpdateState.AbortReason!

Reason for aborting.

Boolean

Returns true if reason is set.

abstract ReportSystemUpdateAbortedRequest.Builder!

Public functions

builder

java-static fun builder(): ReportSystemUpdateAbortedRequest.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): ReportSystemUpdateAbortedRequest!

getName

abstract fun getName(): String!

The name of the system update..

getReason

fun getReason(): SystemUpdate.SystemUpdateState.AbortReason!

Reason for aborting.

hasReason

fun hasReason(): Boolean

Returns true if reason is set.

toBuilder

abstract fun toBuilder(): ReportSystemUpdateAbortedRequest.Builder!