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