vertx / io.vertx.reactivex.core.dns / MxRecord

MxRecord

open class MxRecord

Represent a Mail-Exchange-Record (MX) which was resolved for a domain. NOTE: This class has been automatically generated from the io.vertx.core.dns.MxRecord non RX-ified interface using Vert.x codegen.

Constructors

<init>

MxRecord(delegate: MxRecord)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<MxRecord>

Functions

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): MxRecord

hashCode

open fun hashCode(): Int

name

open fun name(): String

The name of the MX record

newInstance

open static fun newInstance(arg: MxRecord): MxRecord

priority

open fun priority(): Int

The priority of the MX record.

toString

open fun toString(): String