public class DescribeSlowLogsResponse
extends com.byteplus.model.AbstractResponse
| Constructor and Description |
|---|
DescribeSlowLogsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSlowLogsResponse |
addDatasItem(DataForDescribeSlowLogsOutput datasItem) |
DescribeSlowLogsResponse |
context(String context) |
DescribeSlowLogsResponse |
datas(List<DataForDescribeSlowLogsOutput> datas) |
boolean |
equals(Object o) |
String |
getContext()
Get context
|
@Valid List<DataForDescribeSlowLogsOutput> |
getDatas()
Get datas
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
Boolean |
isListOver()
Get listOver
|
DescribeSlowLogsResponse |
listOver(Boolean listOver) |
void |
setContext(String context) |
void |
setDatas(List<DataForDescribeSlowLogsOutput> datas) |
void |
setListOver(Boolean listOver) |
void |
setTotal(Integer total) |
String |
toString() |
DescribeSlowLogsResponse |
total(Integer total) |
public DescribeSlowLogsResponse context(String context)
public String getContext()
public void setContext(String context)
public DescribeSlowLogsResponse datas(List<DataForDescribeSlowLogsOutput> datas)
public DescribeSlowLogsResponse addDatasItem(DataForDescribeSlowLogsOutput datasItem)
@Valid public @Valid List<DataForDescribeSlowLogsOutput> getDatas()
public void setDatas(List<DataForDescribeSlowLogsOutput> datas)
public DescribeSlowLogsResponse listOver(Boolean listOver)
public Boolean isListOver()
public void setListOver(Boolean listOver)
public DescribeSlowLogsResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2026. All rights reserved.