public class ReportServiceResponse
The Response to a Report Service Request from the Geofencing API. It contains the report details.
Modifier and Type | Field and Description |
---|---|
NativeReport |
report |
Modifier and Type | Method and Description |
---|---|
NativeReport |
getReport()
Report details.
|
java.lang.String |
toString() |
public NativeReport report
public NativeReport getReport()
Report details.
public java.lang.String toString()