public class ShowTableStateResponseUnmarshaller extends Object implements Unmarshaller<ShowTableStateResponse,InputStream>
| Constructor and Description |
|---|
ShowTableStateResponseUnmarshaller(AbstractBceResponse response)
Constructs a show table state response unmarshaller with response.
|
| Modifier and Type | Method and Description |
|---|---|
ShowTableStateResponse |
unmarshall(InputStream in)
Unmarshal the show table state response from TableStorage.
|
public ShowTableStateResponseUnmarshaller(AbstractBceResponse response)
response - The show table state response object used to store unmarshall result.public ShowTableStateResponse unmarshall(InputStream in) throws Exception
unmarshall in interface Unmarshaller<ShowTableStateResponse,InputStream>in - The input stream of content to be unmarshalled.ExceptionCopyright © 2020. All rights reserved.