java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceContent
io.qt.location.QPlaceReview
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a review of a place
Java wrapper for Qt class QPlaceReview
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.location.QPlaceContent
QPlaceContent.Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QDateTime
dateTime()
final String
language()
final double
rating()
final String
reviewId()
final void
setDateTime
(QDateTime dt) final void
setLanguage
(String data) final void
setRating
(double data) final void
setReviewId
(String identifier) final void
final void
final String
text()
final String
title()
Methods inherited from class io.qt.location.QPlaceContent
assign, attribution, equals, hashCode, setAttribution, setSupplier, setUser, supplier, type, user
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceReview
public QPlaceReview() -
QPlaceReview
-
-
Method Details
-
dateTime
-
language
-
rating
-
reviewId
-
setDateTime
-
setLanguage
-
setRating
-
setReviewId
-
setText
-
setTitle
-
text
-
title
-
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQPlaceContent
-