java.lang.Object
io.qt.QtObject
io.qt.network.QDnsTlsAssociationRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores information about a DNS TLSA record
Java wrapper for Qt class QDnsTlsAssociationRecord
- Since:
- This class was introduced in Qt 6.8.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQDnsTlsAssociationRecord::CertificateUsage
static enum
Java wrapper for Qt enumQDnsTlsAssociationRecord::MatchingType
static enum
Java wrapper for Qt enumQDnsTlsAssociationRecord::Selector
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QDnsTlsAssociationRecord other) clone()
Creates and returns a copy of this object.final String
name()
selector()
final void
swap
(QDnsTlsAssociationRecord other) SeeQDnsTlsAssociationRecord::
swap(QDnsTlsAssociationRecord&) final int
usage()
final QByteArray
value()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QDnsTlsAssociationRecord
public QDnsTlsAssociationRecord() -
QDnsTlsAssociationRecord
- Parameters:
other
-
-
-
Method Details
-
matchType
- Returns:
-
name
- Returns:
-
assign
- Parameters:
other
-
-
selector
- Returns:
-
swap
See
QDnsTlsAssociationRecord::
swap(QDnsTlsAssociationRecord&) - Parameters:
other
-
-
timeToLive
- Returns:
-
usage
- Returns:
-
value
- Returns:
-
clone
Creates and returns a copy of this object.
See
QDnsTlsAssociationRecord::
QDnsTlsAssociationRecord(QDnsTlsAssociationRecord)
-