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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QDnsMailExchangeRecord other) clone()Creates and returns a copy of this object.final Stringexchange()final Stringname()final shortfinal voidswap(QDnsMailExchangeRecord other) final intMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QDnsMailExchangeRecord
public QDnsMailExchangeRecord() -
QDnsMailExchangeRecord
- Parameters:
other-
-
-
Method Details
-
exchange
- Returns:
-
name
- Returns:
-
assign
- Parameters:
other-
-
preference
- Returns:
-
swap
- Parameters:
other-
-
timeToLive
- Returns:
-
clone
Creates and returns a copy of this object.
See
QDnsMailExchangeRecord::QDnsMailExchangeRecord(QDnsMailExchangeRecord)
-