CoDoingState.Builder

@AutoValue.Builder
@PublicApi
abstract class CoDoingState.Builder


CoDoingState 的建構工具。

摘要

公用建構函式

公用函式

abstract CoDoingState!
abstract CoDoingState.Builder!

設定 state 的值。

公用建構函式

Builder

Builder()

公用函式

build

abstract fun build(): CoDoingState!

setState

abstract fun setState(value: ByteArray!): CoDoingState.Builder!

設定 state 的值。