final case class TaskBucket(mode: String = "", animationTiming: String = "", stateGroups: Seq[String] = _root_.scala.Seq.empty, beforeTasks: Seq[Task] = _root_.scala.Seq.empty, tasks: Seq[Task] = _root_.scala.Seq.empty, afterTasks: Seq[Task] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[TaskBucket] with Product with Serializable
- mode
A way to specify the task invocation method. Applies only to 'tasks' field. 'PARALLEL' or 'SEQUENCE'
- stateGroups
The names of the state_groups to which the current bucket belongs. By default, if an empty array comes from the server, then it is considered that the bucket belongs to the default state_group.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaskBucket
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TaskBucket(mode: String = "", animationTiming: String = "", stateGroups: Seq[String] = _root_.scala.Seq.empty, beforeTasks: Seq[Task] = _root_.scala.Seq.empty, tasks: Seq[Task] = _root_.scala.Seq.empty, afterTasks: Seq[Task] = _root_.scala.Seq.empty)
- mode
A way to specify the task invocation method. Applies only to 'tasks' field. 'PARALLEL' or 'SEQUENCE'
- stateGroups
The names of the state_groups to which the current bucket belongs. By default, if an empty array comes from the server, then it is considered that the bucket belongs to the default state_group.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAfterTasks(__vs: Task*): TaskBucket
- def addAllAfterTasks(__vs: Iterable[Task]): TaskBucket
- def addAllBeforeTasks(__vs: Iterable[Task]): TaskBucket
- def addAllStateGroups(__vs: Iterable[String]): TaskBucket
- def addAllTasks(__vs: Iterable[Task]): TaskBucket
- def addBeforeTasks(__vs: Task*): TaskBucket
- def addStateGroups(__vs: String*): TaskBucket
- def addTasks(__vs: Task*): TaskBucket
- val afterTasks: Seq[Task]
- val animationTiming: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val beforeTasks: Seq[Task]
- def clearAfterTasks: TaskBucket
- def clearBeforeTasks: TaskBucket
- def clearStateGroups: TaskBucket
- def clearTasks: TaskBucket
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: TaskBucket.type
- Definition Classes
- TaskBucket → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- TaskBucket → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- TaskBucket → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mode: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- TaskBucket → GeneratedMessage
- val stateGroups: Seq[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tasks: Seq[Task]
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- TaskBucket → GeneratedMessage
- def update(ms: (Lens[TaskBucket, TaskBucket]) => Mutation[TaskBucket]*): TaskBucket
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAfterTasks(__v: Seq[Task]): TaskBucket
- def withAnimationTiming(__v: String): TaskBucket
- def withBeforeTasks(__v: Seq[Task]): TaskBucket
- def withMode(__v: String): TaskBucket
- def withStateGroups(__v: Seq[String]): TaskBucket
- def withTasks(__v: Seq[Task]): TaskBucket
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- TaskBucket → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)