public class ChannelAttributesResponseReader extends java.lang.Object implements JsonObjectReader<ChannelAttributesResponse>
| Constructor and Description |
|---|
ChannelAttributesResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readError(JsonParser parser) |
void |
readErrorDetails(JsonParser parser) |
void |
readOk(JsonParser parser) |
void |
readWarning(JsonParser parser) |
ChannelAttributesResponse |
validateAndBuild() |
public void readOk(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic void readWarning(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic void readError(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic void readErrorDetails(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic ChannelAttributesResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<ChannelAttributesResponse>java.io.IOException