PostDataElement

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

Constructors

Link copied to clipboard
constructor()
constructor(isReadOnly: Boolean)
constructor(other: PostDataElement)
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 bytes: ByteBuffer
Link copied to clipboard
open var file: 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
open fun compareTo(other: PostDataElement): Int
Link copied to clipboard
Link copied to clipboard
open fun equals(that: PostDataElement): Boolean
open fun equals(that: Any): Boolean
Link copied to clipboard
Link copied to clipboard
open fun getBytes(): Array<Byte>
Link copied to clipboard
Link copied to clipboard
open fun getFile(): String
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isIsReadOnly(): Boolean
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 isSetBytes(): Boolean
Returns true if field bytes is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetFile(): Boolean
Returns true if field file is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field isReadOnly 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 setBytesIsSet(value: Boolean)
Link copied to clipboard
open fun setFieldValue(field: PostDataElement._Fields, value: Any)
Link copied to clipboard
open fun setFile(file: String): PostDataElement
Link copied to clipboard
open fun setFileIsSet(value: Boolean)
Link copied to clipboard
open fun setIsReadOnly(isReadOnly: Boolean): PostDataElement
Link copied to clipboard
open fun setIsReadOnlyIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetBytes()
Link copied to clipboard
open fun unsetFile()
Link copied to clipboard
open fun unsetIsReadOnly()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)