public interface AliyunParser<T extends AliyunResponse>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getResponseClass()
获取响应类类型。
|
T |
parse(String rsp)
把响应字符串解释成相应的领域对象。
|
T parse(String rsp) throws ApiException
rsp - 响应字符串ApiExceptionClass<T> getResponseClass() throws ApiException
ApiExceptionCopyright © 2021. All rights reserved.