public class ParsePathRule extends Object
ParsePathRule(String pathSample, String regex, List<String> keys)
List<String>
getKeys()
String
getPathSample()
getRegex()
void
setKeys(List<String> keys)
setPathSample(String pathSample)
setRegex(String regex)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ParsePathRule(String pathSample, String regex, List<String> keys)
pathSample
regex
keys
public String getPathSample()
public void setPathSample(String pathSample)
public String getRegex()
public void setRegex(String regex)
public List<String> getKeys()
public void setKeys(List<String> keys)
Copyright © 2024. All rights reserved.