类 CompressResponse


  • public class CompressResponse
    extends JsonObject
    create by changxing01 on 19/8/28
    • 构造器详细资料

      • CompressResponse

        public 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