public class DevicesReportReader extends java.lang.Object implements JsonObjectReader<DevicesReport>
| Constructor and Description |
|---|
DevicesReportReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readDateClosed(JsonParser jsonParser) |
void |
readDateComputed(JsonParser jsonParser) |
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readResponseObjects(JsonParser jsonParser) |
void |
readTotalUniqueDevices(JsonParser jsonParser) |
DevicesReport |
validateAndBuild() |
public void readDateClosed(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readDateComputed(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readTotalUniqueDevices(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readResponseObjects(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readError(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readErrorDetails(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic DevicesReport validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<DevicesReport>java.io.IOException