case class RichMultiGetItemResponse(original: MultiGetItemResponse) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichMultiGetItemResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichMultiGetItemResponse(original: MultiGetItemResponse)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exception: Exception
- def exceptionOpt: Option[Exception]
- def exists: Boolean
- def failed: Boolean
- def failure: Failure
- def failureOpt: Option[Failure]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def id: String
- def index: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val original: MultiGetItemResponse
- def ref: DocumentRef
- def response: RichGetResponse
- def responseOpt: Option[RichGetResponse]
- def responseTry: Try[RichGetResponse]
- def safeTo[T](implicit arg0: HitReader[T]): Either[Throwable, T]
- def safeToOpt[T](implicit arg0: HitReader[T]): Option[Either[Throwable, T]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def to[T](implicit arg0: HitReader[T]): T
- def toOpt[T](implicit arg0: HitReader[T]): Option[T]
- def type: String
-
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
- @throws( ... )
Deprecated Value Members
-
def
getFailure: Failure
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use failure
-
def
getId: String
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use id
-
def
getIndex: String
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use index
-
def
getResponse: GetResponse
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use response or result
-
def
getType: String
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use
typelol
-
def
isFailed: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use failed