class SendMetricsResult extends Object
Modifier and Type | Field and Description |
---|---|
private int |
mResponseCode |
private String |
mResponseMessage |
Constructor and Description |
---|
SendMetricsResult() |
SendMetricsResult(int code,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getResponseMessage() |
void |
setCode(int code) |
void |
setResponseMessage(String response) |
String |
toString() |