ProtoValueWrapper

Constructors

Link copied to clipboard
constructor(protoValue: ProtoValue.Builder)
constructor(value: ProtoValue)
constructor()
constructor(dpid: ProtoDpId.Builder, value: List<Any>, type: ProtoVarType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val byteVals: MutableList<ByteString>
Link copied to clipboard
var dpid: ProtoDpId.Builder
Link copied to clipboard
val protoValue: ProtoValue.Builder

Functions

Link copied to clipboard
fun asBuilder(): ProtoValue.Builder
Link copied to clipboard
fun build(): ProtoValue
Link copied to clipboard
Link copied to clipboard
fun getDpId(): ProtoDpId.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getValue(type: ProtoVarType = generateType(dpid)): Any
Link copied to clipboard
fun setDpId(dpId: ProtoDpId.Builder): ProtoValueWrapper
Link copied to clipboard

Установить значение считающееся за NULL

Link copied to clipboard

Записать "сырое" зачение

Link copied to clipboard
fun setValue(value: Any, type: ProtoVarType = generateType(dpid)): ProtoValueWrapper
fun setValue(value: List<Any>, type: ProtoVarType = generateType(dpid)): ProtoValueWrapper