public class GetListStorageResponse extends BaseResponse<List<StorageState>>
获取Storage服务器状态响应
2020-02-03 17:15
| 构造器和说明 |
|---|
GetListStorageResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<StorageState> |
decodeContent(InputStream in,
Charset charset)
解析反馈内容
|
getContentLengthpublic List<StorageState> decodeContent(InputStream in, Charset charset) throws IOException
decodeContent 在类中 BaseResponse<List<StorageState>>IOExceptionCopyright © 2021. All rights reserved.