Class 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 the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • MxRecord

        public MxRecord​(io.vertx.core.dns.MxRecord delegate)
      • MxRecord

        public MxRecord​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.core.dns.MxRecord getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • priority

        public int priority()
        Returns:
      • name

        public String name()
        Returns:
      • newInstance

        public static MxRecord newInstance​(io.vertx.core.dns.MxRecord arg)