new FeedbackInfo( [json])
Information about feedback for places.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
json |
Object |
<optional> |
Extends
Methods
-
getDetails()
-
Get the details
Returns:
details- Type
- String
-
getPlace()
-
Get the place
Returns:
place- Type
- ResourceReference
-
getResolution()
-
Get the resolution
Returns:
resolution- Type
- String
-
getStatus()
-
Get the status
Returns:
status- Type
- String
-
init(json)
-
Initialize from JSON
Parameters:
Name Type Description json
Object - Overrides:
Returns:
FeedbackInfo this -
<static> isInstance(obj)
-
Check whether the given object is an instance of this class.
Parameters:
Name Type Description obj
Object Returns:
- Type
- Boolean
-
setDetails(details)
-
Set the details
Parameters:
Name Type Description details
String Returns:
this- Type
- FeedbackInfo
-
setPlace(place)
-
Set the place
Parameters:
Name Type Description place
ResourceReference Returns:
this- Type
- FeedbackInfo
-
setResolution(resolution)
-
Set the resolution
Parameters:
Name Type Description resolution
String Returns:
this- Type
- FeedbackInfo
-
setStatus(status)
-
Set the status
Parameters:
Name Type Description status
String Returns:
this- Type
- FeedbackInfo
-
toJSON()
-
Export the object as JSON
- Overrides:
Returns:
JSON object- Type
- Object