Class

io.fsq.twofishes.gen

RawRefreshStoreResponse

Related Doc: package gen

Permalink

final class RawRefreshStoreResponse extends Record[RefreshStoreResponse] with MutableRecord[RefreshStoreResponse] with RefreshStoreResponse

Linear Supertypes
RefreshStoreResponse, TBase[RefreshStoreResponse, RefreshStoreResponse._Fields], Serializable, MutableRecord[RefreshStoreResponse], Record[RefreshStoreResponse], Ordered[RefreshStoreResponse], Comparable[RefreshStoreResponse], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawRefreshStoreResponse
  2. RefreshStoreResponse
  3. TBase
  4. Serializable
  5. MutableRecord
  6. Record
  7. Ordered
  8. Comparable
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawRefreshStoreResponse()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: RefreshStoreResponse): Boolean

    Permalink
    Definition Classes
    RefreshStoreResponse → Ordered
  4. def <=(that: RefreshStoreResponse): Boolean

    Permalink
    Definition Classes
    RefreshStoreResponse → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: RefreshStoreResponse): Boolean

    Permalink
    Definition Classes
    RefreshStoreResponse → Ordered
  7. def >=(that: RefreshStoreResponse): Boolean

    Permalink
    Definition Classes
    RefreshStoreResponse → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clear(): Unit

    Permalink
    Definition Classes
    RawRefreshStoreResponse → TBase
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: RefreshStoreResponse): Int

    Permalink
    Definition Classes
    RefreshStoreResponse → Ordered
  12. def compareTo(that: RefreshStoreResponse): Int

    Permalink
    Definition Classes
    RefreshStoreResponse → Ordered → Comparable
  13. def copy(success: Boolean = successOrNull): RawRefreshStoreResponse

    Permalink
  14. def deepCopy(): RawRefreshStoreResponse

    Permalink
    Definition Classes
    RawRefreshStoreResponseRefreshStoreResponse → TBase
  15. def deepMergeCopy(that: RefreshStoreResponse): RefreshStoreResponse

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(that: RefreshStoreResponse): Boolean

    Permalink
  18. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawRefreshStoreResponse → AnyRef → Any
  19. def fieldForId(id: Int): RefreshStoreResponse._Fields

    Permalink
    Definition Classes
    RawRefreshStoreResponse → TBase
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getFieldValue(field: RefreshStoreResponse._Fields): AnyRef

    Permalink
    Definition Classes
    RawRefreshStoreResponse → TBase
  23. def getSetFields: Seq[Any]

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    RawRefreshStoreResponse → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isSet(field: RefreshStoreResponse._Fields): Boolean

    Permalink
    Definition Classes
    RawRefreshStoreResponse → TBase
  27. def merge(that: RefreshStoreResponse): Unit

    Permalink
    Definition Classes
    RawRefreshStoreResponse → MutableRecord
  28. def mergeCopy(that: RefreshStoreResponse): RefreshStoreResponse

    Permalink
    Definition Classes
    RawRefreshStoreResponseRefreshStoreResponse → Record
  29. def meta: RefreshStoreResponseMeta

    Permalink
    Definition Classes
    RawRefreshStoreResponseRefreshStoreResponse → Record → UntypedRecord
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawRefreshStoreResponse → TBase → UntypedRecord
  34. def setFieldValue(field: RefreshStoreResponse._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawRefreshStoreResponse → TBase
  35. def success: Boolean

    Permalink
  36. def successIsSet: Boolean

    Permalink
  37. def successOption: Option[Boolean]

    Permalink
  38. def successOrDefault: Boolean

    Permalink
  39. def successOrNull: Boolean

    Permalink
  40. def successOrThrow: Boolean

    Permalink
  41. def successUnset(): Unit

    Permalink
  42. def success_=(x: Boolean): Unit

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    RefreshStoreResponse
  45. def toString(): String

    Permalink
    Definition Classes
    RawRefreshStoreResponse → AnyRef → Any
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawRefreshStoreResponseRefreshStoreResponse → TBase → UntypedRecord

Inherited from RefreshStoreResponse

Inherited from Serializable

Inherited from MutableRecord[RefreshStoreResponse]

Inherited from Record[RefreshStoreResponse]

Inherited from Ordered[RefreshStoreResponse]

Inherited from Comparable[RefreshStoreResponse]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped