Builder

class Builder
Generic data
Protobuf type TW.Nebulas.Proto.Data

Functions

Link copied to clipboard
bytes payload = 2;
Link copied to clipboard
string type = 1;
Link copied to clipboard
open fun getPayload(): ByteString
bytes payload = 2;
Link copied to clipboard
open fun getType(): String
string type = 1;
Link copied to clipboard
open fun getTypeBytes(): ByteString
string type = 1;
Link copied to clipboard
open fun setPayload(value: ByteString): Nebulas.Data.Builder
bytes payload = 2;
Link copied to clipboard
string type = 1;
Link copied to clipboard
open fun setTypeBytes(value: ByteString): Nebulas.Data.Builder
string type = 1;