java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QDnsMailExchangeRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QDnsMailExchangeRecord extends QtObject implements Cloneable
Stores information about a DNS MX record
Java wrapper for Qt class QDnsMailExchangeRecord
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QDnsMailExchangeRecord()
QDnsMailExchangeRecord(QDnsMailExchangeRecord other)
protected
QDnsMailExchangeRecord(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QDnsMailExchangeRecord
clone()
String
exchange()
String
name()
short
preference()
void
swap(QDnsMailExchangeRecord other)
int
timeToLive()
-
Constructor Details
-
QDnsMailExchangeRecord
public QDnsMailExchangeRecord() -
QDnsMailExchangeRecord
-
QDnsMailExchangeRecord
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details