ResponseHeaders

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

Constructors

Link copied to clipboard
constructor()
constructor(other: ResponseHeaders)
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 length: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
open fun compareTo(other: ResponseHeaders): Int
Link copied to clipboard
Link copied to clipboard
open fun equals(that: ResponseHeaders): Boolean
open fun equals(that: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getLength(): 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 isSetLength(): Boolean
Returns true if field length is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field redirectUrl 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: ResponseHeaders._Fields, value: Any)
Link copied to clipboard
open fun setLength(length: Int): ResponseHeaders
Link copied to clipboard
open fun setLengthIsSet(value: Boolean)
Link copied to clipboard
open fun setRedirectUrl(redirectUrl: String): ResponseHeaders
Link copied to clipboard
open fun setRedirectUrlIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetLength()
Link copied to clipboard
open fun unsetRedirectUrl()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)