Package io.vertx.reactivex.core.dns
Class MxRecord
- java.lang.Object
-
- io.vertx.reactivex.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 theoriginalnon 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 booleanequals(Object o)MxRecordgetDelegate()inthashCode()Stringname()The name of the MX recordstatic MxRecordnewInstance(MxRecord arg)intpriority()The priority of the MX record.StringtoString()
-
-
-
Method Detail
-
getDelegate
public MxRecord getDelegate()
- Specified by:
getDelegatein interfaceRxDelegate
-
priority
public int priority()
The priority of the MX record.- Returns:
-
name
public String name()
The name of the MX record- Returns:
-
-