class ModelTransform extends TBase[ModelTransform, _Fields] with Serializable with Cloneable with Comparable[ModelTransform]
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
- ModelTransform
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ModelTransform(other: ModelTransform)
Performs a deep copy on other.
- new ModelTransform()
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 clear(): Unit
- Definition Classes
- ModelTransform → TBase
- Annotations
- @Override()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def compareTo(other: ModelTransform): Int
- Definition Classes
- ModelTransform → Comparable
- Annotations
- @Override()
- def deepCopy(): ModelTransform
- Definition Classes
- ModelTransform → TBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: ModelTransform): Boolean
- def equals(that: AnyRef): Boolean
- Definition Classes
- ModelTransform → AnyRef → Any
- Annotations
- @Override()
- def fieldForId(fieldId: Int): _Fields
- Definition Classes
- ModelTransform → TBase
- Annotations
- @Nullable()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getFieldValue(field: _Fields): AnyRef
- Definition Classes
- ModelTransform → TBase
- Annotations
- @Nullable()
- def getInputMappings(): Map[String, String]
- Annotations
- @Nullable()
- def getInputMappingsSize(): Int
- def getModel(): Model
- Annotations
- @Nullable()
- def getOutputMappings(): Map[String, String]
- Annotations
- @Nullable()
- def getOutputMappingsSize(): Int
- def getPrefix(): String
- Annotations
- @Nullable()
- def hashCode(): Int
- Definition Classes
- ModelTransform → 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
- ModelTransform → TBase
- def isSetInputMappings(): Boolean
Returns true if field inputMappings is set (has been assigned a value) and false otherwise
- def isSetModel(): Boolean
Returns true if field model is set (has been assigned a value) and false otherwise
- def isSetOutputMappings(): Boolean
Returns true if field outputMappings is set (has been assigned a value) and false otherwise
- def isSetPrefix(): Boolean
Returns true if field prefix 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 putToInputMappings(key: String, val: String): Unit
- def putToOutputMappings(key: String, val: String): Unit
- def read(iprot: TProtocol): Unit
- Definition Classes
- ModelTransform → TSerializable
- def setFieldValue(field: _Fields, value: AnyRef): Unit
- Definition Classes
- ModelTransform → TBase
- def setInputMappings(inputMappings: Map[String, String]): ModelTransform
- def setInputMappingsIsSet(value: Boolean): Unit
- def setModel(model: Model): ModelTransform
- def setModelIsSet(value: Boolean): Unit
- def setOutputMappings(outputMappings: Map[String, String]): ModelTransform
- def setOutputMappingsIsSet(value: Boolean): Unit
- def setPrefix(prefix: String): ModelTransform
- def setPrefixIsSet(value: Boolean): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ModelTransform → AnyRef → Any
- Annotations
- @Override()
- def unsetInputMappings(): Unit
- def unsetModel(): Unit
- def unsetOutputMappings(): Unit
- def unsetPrefix(): 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
- ModelTransform → TSerializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated