public static class ZipPreviewResponse.Content extends Object
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getLastModified() |
long |
getUncompressedSize() |
void |
setKey(String key) |
void |
setLastModified(String lastModified) |
void |
setUncompressedSize(long uncompressedSize) |
public String getKey()
public void setKey(String key)
public String getLastModified()
public void setLastModified(String lastModified)
public long getUncompressedSize()
public void setUncompressedSize(long uncompressedSize)
Copyright © 2024. All rights reserved.