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