CustomScheme

open class CustomScheme : TBase<T, F> , Serializable, Cloneable, Comparable<T>

Constructors

Link copied to clipboard
constructor()
constructor(schemeName: String, options: Int)
constructor(other: CustomScheme)
Performs a deep copy on other.

Types

Link copied to clipboard
enum _Fields : TFieldIdEnum
The set of fields this struct contains, along with convenience methods for finding and manipulating them.

Properties

Link copied to clipboard
val metaDataMap: Map<CustomScheme._Fields, FieldMetaData>
Link copied to clipboard
open var options: Int
Link copied to clipboard
open var schemeName: String

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
open fun compareTo(other: CustomScheme): Int
Link copied to clipboard
Link copied to clipboard
open fun equals(that: CustomScheme): Boolean
open fun equals(that: Any): Boolean
Link copied to clipboard
open fun fieldForId(fieldId: Int): CustomScheme._Fields
Link copied to clipboard
Link copied to clipboard
open fun getOptions(): Int
Link copied to clipboard
open fun getSchemeName(): String
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetOptions(): Boolean
Returns true if field options is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field schemeName is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun read(iprot: TProtocol)
Link copied to clipboard
open fun setFieldValue(field: CustomScheme._Fields, value: Any)
Link copied to clipboard
open fun setOptions(options: Int): CustomScheme
Link copied to clipboard
open fun setOptionsIsSet(value: Boolean)
Link copied to clipboard
open fun setSchemeName(schemeName: String): CustomScheme
Link copied to clipboard
open fun setSchemeNameIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetOptions()
Link copied to clipboard
open fun unsetSchemeName()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)