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