java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcUriRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QNdefNfcUriRecord extends QNdefRecord implements Cloneable
NFC RTD-URI
Java wrapper for Qt class QNdefNfcUriRecord
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QNdefNfcUriRecord()
QNdefNfcUriRecord(QNdefRecord other)
protected
QNdefNfcUriRecord(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.nfc.QNdefRecord
equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormat
-
Constructor Details
-
QNdefNfcUriRecord
public QNdefNfcUriRecord() -
QNdefNfcUriRecord
-
QNdefNfcUriRecord
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setUri
-
uri
-
clone
- Overrides:
clone
in classQNdefRecord
-