CookieVisitor_Visit_args

Constructors

Link copied to clipboard
constructor()
constructor(visitor: Int, cookie: Cookie, count: Int, total: Int)
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 cookie: Cookie
Link copied to clipboard
open var count: Int
Link copied to clipboard
Link copied to clipboard
open var total: Int
Link copied to clipboard
open var visitor: Int

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getCookie(): Cookie
Link copied to clipboard
open fun getCount(): Int
Link copied to clipboard
open fun getTotal(): Int
Link copied to clipboard
open fun getVisitor(): Int
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 isSetCookie(): Boolean
Returns true if field cookie is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetCount(): Boolean
Returns true if field count is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetTotal(): Boolean
Returns true if field total is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetVisitor(): Boolean
Returns true if field visitor 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 setCookieIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setCountIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setTotalIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setVisitorIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetCookie()
Link copied to clipboard
open fun unsetCount()
Link copied to clipboard
open fun unsetTotal()
Link copied to clipboard
open fun unsetVisitor()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)