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