public class ListLogStoresResponse extends Response
| Constructor and Description |
|---|
ListLogStoresResponse(Map<String,String> headers)
Construct the response with http headers
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All Rights Reserved.