public final class ResponseReportResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseReportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Optional<DateTime> |
getDate()
Get the time interval represented by the Response object.
|
java.util.Optional<<any>> |
getDeviceStatsMap()
Get the map of devices and platform statistics associated with each device type.
|
int |
hashCode() |
static ResponseReportResponse.Builder |
newBuilder() |
java.lang.String |
toString() |
public static ResponseReportResponse.Builder newBuilder()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Optional<DateTime> getDate()
public java.util.Optional<<any>> getDeviceStatsMap()