类 ShowTableStateResponseUnmarshaller
- java.lang.Object
-
- com.baidubce.services.tablestorage.model.transform.ShowTableStateResponseUnmarshaller
-
- 所有已实现的接口:
Unmarshaller<ShowTableStateResponse,InputStream>
public class ShowTableStateResponseUnmarshaller extends Object implements Unmarshaller<ShowTableStateResponse,InputStream>
Used to parse ShowTableStateResponse from HttpResponse body
-
-
构造器概要
构造器 构造器 说明 ShowTableStateResponseUnmarshaller(AbstractBceResponse response)Constructs a show table state response unmarshaller with response.
-
-
-
构造器详细资料
-
ShowTableStateResponseUnmarshaller
public ShowTableStateResponseUnmarshaller(AbstractBceResponse response)
Constructs a show table state response unmarshaller with response.- 参数:
response- The show table state response object used to store unmarshall result.
-
-
方法详细资料
-
unmarshall
public ShowTableStateResponse unmarshall(InputStream in) throws Exception
Unmarshal the show table state response from TableStorage.- 指定者:
unmarshall在接口中Unmarshaller<ShowTableStateResponse,InputStream>- 参数:
in- The input stream of content to be unmarshalled.- 返回:
- The show table state response.
- 抛出:
Exception
-
-