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