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