类 Compress
- java.lang.Object
-
- com.baidubce.services.cdn.model.JsonObject
-
- com.baidubce.services.cdn.model.domain.Compress
-
public class Compress extends JsonObject
create by changxing01 on 19/8/28
-
-
方法详细资料
-
isAllow
public boolean isAllow()
- 返回:
- allow
-
setAllow
public void setAllow(boolean allow)
- 参数:
allow- Whether to enable page compression
-
withAllow
public Compress withAllow(boolean allow)
- 参数:
allow- Whether to enable page compression- 返回:
- this object
-
getType
public String getType()
- 返回:
- type
-
setType
public void setType(String type)
- 参数:
type- compress type
-
-