ReportSystemUpdateDownloadPreventedRequest

abstract class 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를 반환합니다.