public class ZipPreviewResponse extends CosServiceResult
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipPreviewResponse.Content |
| Constructor and Description |
|---|
ZipPreviewResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ZipPreviewResponse.Content> |
getContents() |
int |
getFileNumber() |
boolean |
isTruncated() |
void |
setContents(List<ZipPreviewResponse.Content> contents) |
void |
setFileNumber(int fileNumber) |
void |
setTruncated(boolean truncated) |
getRequestId, setRequestIdpublic int getFileNumber()
public void setFileNumber(int fileNumber)
public boolean isTruncated()
public void setTruncated(boolean truncated)
public List<ZipPreviewResponse.Content> getContents()
public void setContents(List<ZipPreviewResponse.Content> contents)
Copyright © 2025. All rights reserved.