Command

abstract class Command
kotlin.Any
   ↳ com.google.android.managementapi.commands.model.Command

A specific instance of the execution of a command.

Summary

Nested classes

abstract

Builder for Command.

abstract

The status of the clear apps data command.

State of the command.

abstract

Status specific to the kind of command.

Public methods

open static Command.Builder!

abstract String!

A unique id for this instance of the command.

abstract Instant!

The time at which this command was completed.

abstract Instant!

The time at which this command was created.

open static Command!

abstract Command.State!

The state of this command.

abstract Command.StatusCase!

Status specific to the kind of command.

abstract Command.Builder!

Public methods

builder

open static fun builder(): Command.Builder!

getCommandId

abstract fun getCommandId(): String!

A unique id for this instance of the command.

getCompleteTime

abstract fun getCompleteTime(): Instant!

The time at which this command was completed.

getCreateTime

abstract fun getCreateTime(): Instant!

The time at which this command was created.

getDefaultInstance

open static fun getDefaultInstance(): Command!

getState

abstract fun getState(): Command.State!

The state of this command.

getStatus

abstract fun getStatus(): Command.StatusCase!

Status specific to the kind of command.

toBuilder

abstract fun toBuilder(): Command.Builder!