public class ListLineGroupResponse
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
ListLineGroupResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsTruncated() |
List<Line> |
getLineList() |
String |
getMarker() |
Integer |
getMaxKeys() |
String |
getNextMarker() |
ListLineGroupResponse |
setIsTruncated(Boolean isTruncated) |
ListLineGroupResponse |
setLineList(List<Line> lineList) |
ListLineGroupResponse |
setMarker(String marker) |
ListLineGroupResponse |
setMaxKeys(Integer maxKeys) |
ListLineGroupResponse |
setNextMarker(String nextMarker) |
String |
toString() |
public String getMarker()
public ListLineGroupResponse setMarker(String marker)
public Boolean getIsTruncated()
public ListLineGroupResponse setIsTruncated(Boolean isTruncated)
public String getNextMarker()
public ListLineGroupResponse setNextMarker(String nextMarker)
public Integer getMaxKeys()
public ListLineGroupResponse setMaxKeys(Integer maxKeys)
public ListLineGroupResponse setLineList(List<Line> lineList)
Copyright © 2026. All rights reserved.