ReportSystemUpdateDownloadPreventedRequest

abstract class ReportSystemUpdateDownloadPreventedRequest


システム アップデートのダウンロードが妨げられていることを報告するリクエスト。

概要

ネストされたタイプ

ReportSystemUpdateDownloadPreventedRequest のビルダー。

パブリック関数

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

システム アップデートの名前。

SystemUpdate.SystemUpdateState.PreventionReason!

防止の理由。

Boolean

理由が設定されている場合は true を返します。

abstract ReportSystemUpdateDownloadPreventedRequest.Builder!

パブリック関数

getDefaultInstance

java-static fun getDefaultInstance(): ReportSystemUpdateDownloadPreventedRequest!

getName

abstract fun getName(): String!

システム アップデートの名前。

getReason

fun getReason(): SystemUpdate.SystemUpdateState.PreventionReason!

防止の理由。

hasReason

fun hasReason(): Boolean

理由が設定されている場合は true を返します。