Package io.vertx.mutiny.core.dns
Class MxRecord
java.lang.Object
io.vertx.mutiny.core.dns.MxRecord
- All Implemented Interfaces:
MutinyDelegate
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
MxRecord
public MxRecord(io.vertx.core.dns.MxRecord delegate) -
MxRecord
-
-
Method Details
-
getDelegate
public io.vertx.core.dns.MxRecord getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
priority
public int priority()- Returns:
-
name
- Returns:
-
newInstance
-