Class QueryStringKey

    • Constructor Detail

      • QueryStringKey

        public QueryStringKey()
      • QueryStringKey

        public QueryStringKey​(QueryStringKey source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSwitch

        public String getSwitch()
        Get CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Switch CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
      • setSwitch

        public void setSwitch​(String Switch)
        Set CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Switch - CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
      • getReorder

        public String getReorder()
        Get 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Reorder 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。
      • setReorder

        public void setReorder​(String Reorder)
        Set 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Reorder - 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。
      • getAction

        public String getAction()
        Get 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Action 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。
      • setAction

        public void setAction​(String Action)
        Set 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Action - 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。
      • getValue

        public String getValue()
        Get 使用/排除的url参数数组,';' 分割 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 使用/排除的url参数数组,';' 分割 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(String Value)
        Set 使用/排除的url参数数组,';' 分割 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 使用/排除的url参数数组,';' 分割 注意:此字段可能返回 null,表示取不到有效值。