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 theoriginalnon 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 booleanequals(Object o)io.vertx.core.dns.MxRecordgetDelegate()inthashCode()Stringname()static MxRecordnewInstance(io.vertx.core.dns.MxRecord arg)intpriority()StringtoString()
-
-
-
Constructor Detail
-
MxRecord
public MxRecord(io.vertx.core.dns.MxRecord delegate)
-
MxRecord
public MxRecord(Object delegate)
-
-