Builder

class Builder

Properties

Link copied to clipboard
var b: Boolean?

An attribute of type Boolean. For example:

Link copied to clipboard

An attribute of type Binary.

Link copied to clipboard
var d: Double?

An attribute of type Double (Sixty-Four Bits).

Link copied to clipboard
var i: Int?

An attribute of type Integer (Thirty-Two Bits).

Link copied to clipboard
var l: Long?

An attribute of type Long.

Link copied to clipboard
var s: String?

An attribute of type String. For example:

Link copied to clipboard
var ul: String?

An attribute of type Unsigned Long.