public class ListConfigResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
configs |
protected int |
count |
protected int |
total |
| Constructor and Description |
|---|
ListConfigResponse(Map<String,String> headers,
int count,
int total,
List<String> configs) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
GetConfigs() |
int |
GetCount() |
int |
GetTotal() |
GetAllHeaders, GetHeader, GetRequestIdCopyright © 2025. All Rights Reserved.