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's 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
ModifierConstructorDescriptionQPlaceReview
(QPlaceContent other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
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
-
QPlaceReview
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
dateTime
-
language
-
rating
-
reviewId
-
setDateTime
-
setLanguage
-
setRating
-
setReviewId
-
setText
-
setTitle
-
text
-
title
-
clone
- Overrides:
clone
in classQPlaceContent
-