public class MxRecord extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<MxRecord> |
__TYPE_ARG |
Constructor and Description |
---|
MxRecord(io.vertx.core.dns.MxRecord delegate) |
MxRecord(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.core.dns.MxRecord |
getDelegate() |
int |
hashCode() |
String |
name()
The name of the MX record
|
static MxRecord |
newInstance(io.vertx.core.dns.MxRecord arg) |
int |
priority()
The priority of the MX record.
|
String |
toString() |
public MxRecord(io.vertx.core.dns.MxRecord delegate)
public MxRecord(Object delegate)
Copyright © 2021 Eclipse. All rights reserved.