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's class QDnsMailExchangeRecord
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
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
-
QDnsMailExchangeRecord
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details