final case class QueryCommand(predicate: Option[FilterPredicate] = _root_.scala.None, params: Map[String, String] = ..., pageNumber: Int = 0, rowsPerPage: Int = 0, orderBy: Seq[OrderBy] = _root_.scala.Seq.empty, pagingState: String = "") extends GeneratedMessage with Message[QueryCommand] with Updatable[QueryCommand] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryCommand
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueryCommand(predicate: Option[FilterPredicate] = _root_.scala.None, params: Map[String, String] = ..., pageNumber: Int = 0, rowsPerPage: Int = 0, orderBy: Seq[OrderBy] = _root_.scala.Seq.empty, pagingState: String = "")
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 addAllOrderBy(__vs: Iterable[OrderBy]): QueryCommand
- def addAllParams(__vs: Iterable[(String, String)]): QueryCommand
- def addOrderBy(__vs: OrderBy*): QueryCommand
- def addParams(__vs: (String, String)*): QueryCommand
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearOrderBy: QueryCommand
- def clearParams: QueryCommand
- def clearPredicate: QueryCommand
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
companion: QueryCommand.type
- Definition Classes
- QueryCommand → GeneratedMessage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- QueryCommand → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- QueryCommand → GeneratedMessage
- def getPredicate: FilterPredicate
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): QueryCommand
- Definition Classes
- QueryCommand → Message
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val orderBy: Seq[OrderBy]
- val pageNumber: Int
- val pagingState: String
- val params: Map[String, String]
- val predicate: Option[FilterPredicate]
- val rowsPerPage: Int
-
final
def
serializedSize: Int
- Definition Classes
- QueryCommand → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- QueryCommand → GeneratedMessage
-
def
update(ms: (Lens[QueryCommand, QueryCommand]) ⇒ Mutation[QueryCommand]*): QueryCommand
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withOrderBy(__v: Seq[OrderBy]): QueryCommand
- def withPageNumber(__v: Int): QueryCommand
- def withPagingState(__v: String): QueryCommand
- def withParams(__v: Map[String, String]): QueryCommand
- def withPredicate(__v: FilterPredicate): QueryCommand
- def withRowsPerPage(__v: Int): QueryCommand
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- QueryCommand → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use toPMessage
-
def
getField(field: FieldDescriptor): Any
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue