Class UrlDecodeParam

    • Constructor Detail

      • UrlDecodeParam

        public UrlDecodeParam()
      • UrlDecodeParam

        public UrlDecodeParam​(UrlDecodeParam 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

      • getCharsetName

        public String getCharsetName()
        Get 编码 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CharsetName 编码 注意:此字段可能返回 null,表示取不到有效值。
      • setCharsetName

        public void setCharsetName​(String CharsetName)
        Set 编码 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CharsetName - 编码 注意:此字段可能返回 null,表示取不到有效值。