Command.CustomAppOperationStatus

public abstract class Command.CustomAppOperationStatus


앱 설치 또는 제거 명령어의 상태입니다.

요약

중첩된 유형

Command.CustomAppOperationStatus의 빌더입니다.

작업의 현재 상태입니다.

공개 메서드

static Command.CustomAppOperationStatus.Builder
static Command.CustomAppOperationStatus
abstract Command.CustomAppOperationStatus.OperationStatus

작업 상태입니다.

abstract String

상태와 관련된 다른 패키지 이름입니다.

abstract String

작업이 실행된 패키지 이름입니다.

abstract String

디버깅에 유용한 원시 세부정보를 포함한 상태의 자세한 문자열 표현입니다.

abstract String

상태와 관련된 스토리지 경로입니다.

abstract Command.CustomAppOperationStatus.Builder

공개 메서드

getDefaultInstance

public static Command.CustomAppOperationStatus getDefaultInstance()

getOperationStatus

public abstract Command.CustomAppOperationStatus.OperationStatus getOperationStatus()

작업 상태입니다.

getOtherPackageName

public abstract String getOtherPackageName()

상태와 관련된 다른 패키지 이름입니다. 일반적으로 작업 실패를 일으킨 패키지입니다.

getPackageName

public abstract String getPackageName()

작업이 실행된 패키지 이름입니다.

getStatusMessage

public abstract String getStatusMessage()

디버깅에 유용한 원시 세부정보를 포함한 상태의 자세한 문자열 표현입니다.

getStoragePath

public abstract String getStoragePath()

상태와 관련된 스토리지 경로입니다.

toBuilder

public abstract Command.CustomAppOperationStatus.Builder toBuilder()