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's class QDnsHostAddressRecord
-
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
(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
-
QDnsHostAddressRecord
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details