类 Compress


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

      • Compress

        public Compress()
    • 方法详细资料

      • 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
      • withType

        public Compress withType​(String type)
        参数:
        type - compress type
        返回:
        this object