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