class ModelTransforms extends TBase[ModelTransforms, _Fields] with Serializable with Cloneable with Comparable[ModelTransforms]
Autogenerated by Thrift Compiler (0.13.0)
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- Annotations
- @SuppressWarnings() @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ModelTransforms
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ModelTransforms(other: ModelTransforms)
Performs a deep copy on other.
- new ModelTransforms()
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 addToPassthroughFields(elem: String): Unit
- def addToTransforms(elem: ModelTransform): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- ModelTransforms → TBase
- Annotations
- @Override()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def compareTo(other: ModelTransforms): Int
- Definition Classes
- ModelTransforms → Comparable
- Annotations
- @Override()
- def deepCopy(): ModelTransforms
- Definition Classes
- ModelTransforms → TBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: ModelTransforms): Boolean
- def equals(that: AnyRef): Boolean
- Definition Classes
- ModelTransforms → AnyRef → Any
- Annotations
- @Override()
- def fieldForId(fieldId: Int): _Fields
- Definition Classes
- ModelTransforms → TBase
- Annotations
- @Nullable()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getFieldValue(field: _Fields): AnyRef
- Definition Classes
- ModelTransforms → TBase
- Annotations
- @Nullable()
- def getPassthroughFields(): List[String]
- Annotations
- @Nullable()
- def getPassthroughFieldsIterator(): Iterator[String]
- Annotations
- @Nullable()
- def getPassthroughFieldsSize(): Int
- def getTransforms(): List[ModelTransform]
- Annotations
- @Nullable()
- def getTransformsIterator(): Iterator[ModelTransform]
- Annotations
- @Nullable()
- def getTransformsSize(): Int
- def hashCode(): Int
- Definition Classes
- ModelTransforms → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSet(field: _Fields): Boolean
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- Definition Classes
- ModelTransforms → TBase
- def isSetPassthroughFields(): Boolean
Returns true if field passthroughFields is set (has been assigned a value) and false otherwise
- def isSetTransforms(): Boolean
Returns true if field transforms is set (has been assigned a value) and false otherwise
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def read(iprot: TProtocol): Unit
- Definition Classes
- ModelTransforms → TSerializable
- def setFieldValue(field: _Fields, value: AnyRef): Unit
- Definition Classes
- ModelTransforms → TBase
- def setPassthroughFields(passthroughFields: List[String]): ModelTransforms
- def setPassthroughFieldsIsSet(value: Boolean): Unit
- def setTransforms(transforms: List[ModelTransform]): ModelTransforms
- def setTransformsIsSet(value: Boolean): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ModelTransforms → AnyRef → Any
- Annotations
- @Override()
- def unsetPassthroughFields(): Unit
- def unsetTransforms(): Unit
- def validate(): Unit
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(oprot: TProtocol): Unit
- Definition Classes
- ModelTransforms → TSerializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated