public class ListLogStoresResponse extends Response
| 构造器和说明 |
|---|
ListLogStoresResponse(Map<String,String> headers)
Construct the response with http headers
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
GetCount()
Get log store number from the response
|
ArrayList<String> |
GetLogStores()
Get all the log stores from the response
|
int |
GetTotal() |
void |
SetLogStores(List<String> logStores)
Set log stores to the response
|
void |
SetTotal(int mTotal) |
GetAllHeaders, GetHeader, GetRequestIdpublic int GetCount()
public void SetLogStores(List<String> logStores)
logStores - log storespublic ArrayList<String> GetLogStores()
public int GetTotal()
public void SetTotal(int mTotal)
Copyright © 2016. All Rights Reserved.