Class JsonPathReplaceParam

    • Constructor Detail

      • JsonPathReplaceParam

        public JsonPathReplaceParam()
      • JsonPathReplaceParam

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

      • getOldValue

        public String getOldValue()
        Get 被替换值,Jsonpath表达式
        Returns:
        OldValue 被替换值,Jsonpath表达式
      • setOldValue

        public void setOldValue​(String OldValue)
        Set 被替换值,Jsonpath表达式
        Parameters:
        OldValue - 被替换值,Jsonpath表达式
      • getNewValue

        public String getNewValue()
        Get 替换值,Jsonpath表达式或字符串
        Returns:
        NewValue 替换值,Jsonpath表达式或字符串
      • setNewValue

        public void setNewValue​(String NewValue)
        Set 替换值,Jsonpath表达式或字符串
        Parameters:
        NewValue - 替换值,Jsonpath表达式或字符串