Request_Set_args

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

Constructors

Link copied to clipboard
constructor()
constructor(request: RObject, url: String, method: String, postData: PostData, headerMap: Map<String, String>)
constructor(other: Server.Request_Set_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
Link copied to clipboard
Link copied to clipboard
open var method: String
Link copied to clipboard
open var postData: PostData
Link copied to clipboard
open var request: RObject
Link copied to clipboard
open var url: String

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
Link copied to clipboard
Link copied to clipboard
open fun getHeaderMapSize(): Int
Link copied to clipboard
open fun getMethod(): String
Link copied to clipboard
open fun getPostData(): PostData
Link copied to clipboard
open fun getRequest(): RObject
Link copied to clipboard
open fun getUrl(): 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
Returns true if field headerMap is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetMethod(): Boolean
Returns true if field method is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field postData is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetRequest(): Boolean
Returns true if field request is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetUrl(): Boolean
Returns true if field url is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun putToHeaderMap(key: String, val: String)
Link copied to clipboard
open fun read(iprot: TProtocol)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setHeaderMapIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setMethodIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setPostDataIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setRequestIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setUrlIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetHeaderMap()
Link copied to clipboard
open fun unsetMethod()
Link copied to clipboard
open fun unsetPostData()
Link copied to clipboard
open fun unsetRequest()
Link copied to clipboard
open fun unsetUrl()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)