RequestHandler_OnCertificateError_args

Constructors

Link copied to clipboard
constructor()
constructor(bid: Int, cert_error: String, request_url: String, sslInfo: ByteBuffer, callback: RObject)
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 bid: Int
Link copied to clipboard
open var callback: RObject
Link copied to clipboard
open var cert_error: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun clear()
Link copied to clipboard
Link copied to clipboard
open fun getBid(): Int
Link copied to clipboard
open fun getCallback(): RObject
Link copied to clipboard
open fun getCert_error(): String
Link copied to clipboard
Link copied to clipboard
open fun getSslInfo(): Array<Byte>
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 isSetBid(): Boolean
Returns true if field bid is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field callback is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field cert_error is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field request_url is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetSslInfo(): Boolean
Returns true if field sslInfo 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 setBidIsSet(value: Boolean)
Link copied to clipboard
open fun setCallbackIsSet(value: Boolean)
Link copied to clipboard
open fun setCert_errorIsSet(value: Boolean)
Link copied to clipboard
open fun setRequest_urlIsSet(value: Boolean)
Link copied to clipboard
open fun setSslInfoIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetBid()
Link copied to clipboard
open fun unsetCallback()
Link copied to clipboard
open fun unsetCert_error()
Link copied to clipboard
open fun unsetRequest_url()
Link copied to clipboard
open fun unsetSslInfo()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)