Komut

abstract class Command


Bir komutun yürütülmesinin belirli bir örneği.

Özet

İç içe yerleştirilmiş türler

abstract class Command.Builder

Command için derleyici.

Uygulama verilerini temizle komutunun durumu.

Command.ClearAppsDataStatus için derleyici.

Tek bir uygulamayı temizlemenin durumu.

Command.ClearAppsDataStatus.PerAppStatus için derleyici.

Belirtilen uygulamanın temizlenip temizlenmediği ve varsa ne tür bir hata oluştuğu.

Komutun durumu.

abstract class Command.StatusCase

Komut türüne özel durum.

Olası Command.StatusCase türü.

Genel işlevler

java-static Command.Builder!
abstract String!

Komutun bu örneği için benzersiz bir kimlik.

abstract Instant!

Bu komutun tamamlandığı saat.

abstract Instant!

Bu komutun oluşturulduğu saat.

java-static Command!
abstract Command.State!

Bu komutun durumu.

abstract Command.StatusCase!

Komut türüne özel durum.

abstract Command.Builder!

Genel işlevler

derleyici

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

getCommandId

abstract fun getCommandId(): String!

Komutun bu örneği için benzersiz bir kimlik.

getCompleteTime

abstract fun getCompleteTime(): Instant!

Bu komutun tamamlandığı saat.

getCreateTime

abstract fun getCreateTime(): Instant!

Bu komutun oluşturulduğu saat.

getDefaultInstance

java-static fun getDefaultInstance(): Command!

getState

abstract fun getState(): Command.State!

Bu komutun durumu.

getStatus

abstract fun getStatus(): Command.StatusCase!

Komut türüne özel durum.

toBuilder

abstract fun toBuilder(): Command.Builder!