public class CompressResponse extends JsonObject
| Constructor and Description |
|---|
CompressResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllow() |
String |
getType() |
void |
setAllow(String allow) |
void |
setType(String type) |
CompressResponse |
withAllow(String allow) |
CompressResponse |
withType(String type) |
toStringpublic String getAllow()
public void setAllow(String allow)
allow - Whether to enable page compressionpublic CompressResponse withAllow(String allow)
allow - Whether to enable page compressionpublic String getType()
public void setType(String type)
type - compress typepublic CompressResponse withType(String type)
type - compress typeCopyright © 2024. All rights reserved.