Serializablepublic 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllHeaders, 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 © 2018. All Rights Reserved.