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.
MxRecord(delegate: MxRecord) |
static val __TYPE_ARG: TypeArg<MxRecord> |
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): MxRecord |
|
open fun hashCode(): Int |
|
open fun name(): String
The name of the MX record |
|
open static fun newInstance(arg: MxRecord): MxRecord |
|
open fun priority(): Int
The priority of the MX record. |
|
open fun toString(): String |