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