public final class PushInfoResponseReader extends java.lang.Object implements JsonObjectReader<PushInfoResponse>
| Constructor and Description |
|---|
PushInfoResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readDirectResponses(JsonParser jsonParser) |
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readGroupID(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readPushTime(JsonParser jsonParser) |
void |
readPushType(JsonParser jsonParser) |
void |
readPushUUID(JsonParser jsonParser) |
void |
readSends(JsonParser jsonParser) |
PushInfoResponse |
validateAndBuild() |
public void readPushUUID(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readDirectResponses(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readSends(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readPushType(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readPushTime(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readGroupID(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 PushInfoResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<PushInfoResponse>java.io.IOException