Package io.vertx.rxjava.core.dns
Class MxRecord
- java.lang.Object
-
- io.vertx.rxjava.core.dns.MxRecord
-
- All Implemented Interfaces:
RxDelegate
public class MxRecord extends Object implements RxDelegate
Represent a Mail-Exchange-Record (MX) which was resolved for a domain. NOTE: This class has been automatically generated from theoriginal
non RX-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)
MxRecord
getDelegate()
int
hashCode()
String
name()
The name of the MX recordstatic MxRecord
newInstance(MxRecord arg)
int
priority()
The priority of the MX record.String
toString()
-
-
-
Method Detail
-
getDelegate
public MxRecord getDelegate()
- Specified by:
getDelegate
in interfaceRxDelegate
-
priority
public int priority()
The priority of the MX record.- Returns:
-
name
public String name()
The name of the MX record- Returns:
-
-