Package io.vertx.mutiny.core.dns
Class MxRecord
- java.lang.Object
-
- io.vertx.mutiny.core.dns.MxRecord
-
public class MxRecord extends Object
Represent a Mail-Exchange-Record (MX) which was resolved for a domain. NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<MxRecord>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
io.vertx.core.dns.MxRecord
getDelegate()
int
hashCode()
String
name()
static MxRecord
newInstance(io.vertx.core.dns.MxRecord arg)
int
priority()
String
toString()
-
-
-
Constructor Detail
-
MxRecord
public MxRecord(io.vertx.core.dns.MxRecord delegate)
-
MxRecord
public MxRecord(Object delegate)
-
-