public class ListChartsResponse
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
ListChartsResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<HelmChart> |
getItems() |
Integer |
getPageNo() |
Integer |
getPageSize() |
Integer |
getTotal() |
ListChartsResponse |
setItems(List<HelmChart> items) |
ListChartsResponse |
setPageNo(Integer pageNo) |
ListChartsResponse |
setPageSize(Integer pageSize) |
ListChartsResponse |
setTotal(Integer total) |
String |
toString() |
public Integer getTotal()
public ListChartsResponse setTotal(Integer total)
public Integer getPageNo()
public ListChartsResponse setPageNo(Integer pageNo)
public Integer getPageSize()
public ListChartsResponse setPageSize(Integer pageSize)
public ListChartsResponse setItems(List<HelmChart> items)
Copyright © 2026. All rights reserved.