class GroupByServingInfo extends TBase[GroupByServingInfo, _Fields] with Serializable with Cloneable with Comparable[GroupByServingInfo]
Autogenerated by Thrift Compiler (0.13.0)
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- Annotations
- @SuppressWarnings() @Generated()
- Alphabetic
- By Inheritance
- GroupByServingInfo
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
GroupByServingInfo(other: GroupByServingInfo)
Performs a deep copy on other.
- new GroupByServingInfo()
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
- GroupByServingInfo → TBase
- Annotations
- @Override()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: GroupByServingInfo): Int
- Definition Classes
- GroupByServingInfo → Comparable
- Annotations
- @Override()
-
def
deepCopy(): GroupByServingInfo
- Definition Classes
- GroupByServingInfo → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: GroupByServingInfo): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- GroupByServingInfo → AnyRef → Any
- Annotations
- @Override()
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- GroupByServingInfo → TBase
- Annotations
- @Nullable()
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getBatchEndDate(): String
- Annotations
- @Nullable()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFieldValue(field: _Fields): AnyRef
- Definition Classes
- GroupByServingInfo → TBase
- Annotations
- @Nullable()
-
def
getGroupBy(): GroupBy
- Annotations
- @Nullable()
-
def
getInputAvroSchema(): String
- Annotations
- @Nullable()
-
def
getKeyAvroSchema(): String
- Annotations
- @Nullable()
-
def
getSelectedAvroSchema(): String
- Annotations
- @Nullable()
-
def
hashCode(): Int
- Definition Classes
- GroupByServingInfo → 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
- GroupByServingInfo → TBase
-
def
isSetBatchEndDate(): Boolean
Returns true if field batchEndDate is set (has been assigned a value) and false otherwise
-
def
isSetGroupBy(): Boolean
Returns true if field groupBy is set (has been assigned a value) and false otherwise
-
def
isSetInputAvroSchema(): Boolean
Returns true if field inputAvroSchema is set (has been assigned a value) and false otherwise
-
def
isSetKeyAvroSchema(): Boolean
Returns true if field keyAvroSchema is set (has been assigned a value) and false otherwise
-
def
isSetSelectedAvroSchema(): Boolean
Returns true if field selectedAvroSchema 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
read(iprot: TProtocol): Unit
- Definition Classes
- GroupByServingInfo → TSerializable
- def setBatchEndDate(batchEndDate: String): GroupByServingInfo
- def setBatchEndDateIsSet(value: Boolean): Unit
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- GroupByServingInfo → TBase
- def setGroupBy(groupBy: GroupBy): GroupByServingInfo
- def setGroupByIsSet(value: Boolean): Unit
- def setInputAvroSchema(inputAvroSchema: String): GroupByServingInfo
- def setInputAvroSchemaIsSet(value: Boolean): Unit
- def setKeyAvroSchema(keyAvroSchema: String): GroupByServingInfo
- def setKeyAvroSchemaIsSet(value: Boolean): Unit
- def setSelectedAvroSchema(selectedAvroSchema: String): GroupByServingInfo
- def setSelectedAvroSchemaIsSet(value: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- GroupByServingInfo → AnyRef → Any
- Annotations
- @Override()
- def unsetBatchEndDate(): Unit
- def unsetGroupBy(): Unit
- def unsetInputAvroSchema(): Unit
- def unsetKeyAvroSchema(): Unit
- def unsetSelectedAvroSchema(): Unit
- def validate(): Unit
-
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( ... ) @native()
-
def
write(oprot: TProtocol): Unit
- Definition Classes
- GroupByServingInfo → TSerializable