java.lang.Object
io.qt.QtObject
io.qt.network.QDnsMailExchangeRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores information about a DNS MX record
Java wrapper for Qt class QDnsMailExchangeRecord
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QDnsMailExchangeRecord other) clone()
Creates and returns a copy of this object.final String
exchange()
final String
name()
final short
final void
swap
(QDnsMailExchangeRecord other) final int
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QDnsMailExchangeRecord
public QDnsMailExchangeRecord() -
QDnsMailExchangeRecord
-
-
Method Details
-
exchange
-
name
-
assign
-
preference
-
swap
-
timeToLive
-
clone
Creates and returns a copy of this object.
See
QDnsMailExchangeRecord::
QDnsMailExchangeRecord(QDnsMailExchangeRecord)
-