Browser_Create_args

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

Constructors

Link copied to clipboard
constructor()
constructor(cid: Int, handlersMask: Int, requestContextHandler: RObject)
constructor(other: Server.Browser_Create_args)
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
open var cid: Int
Link copied to clipboard
open var handlersMask: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun equals(that: Any): Boolean
Link copied to clipboard
Link copied to clipboard
open fun getCid(): Int
Link copied to clipboard
Link copied to clipboard
open fun getHandlersMask(): Int
Link copied to clipboard
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 isSetCid(): Boolean
Returns true if field cid is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field handlersMask is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field requestContextHandler is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun read(iprot: TProtocol)
Link copied to clipboard
Link copied to clipboard
open fun setCidIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setHandlersMaskIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetCid()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)