public class PathUnitVo extends Object
Constructor and Description |
---|
PathUnitVo() |
PathUnitVo(boolean isVar,
String path) |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
对于/user/{userid}来说,此值是userid
|
boolean |
isVar() |
void |
setPath(String path)
对于/user/{userid}来说,此值是userid
|
void |
setVar(boolean isVar) |
public PathUnitVo()
public PathUnitVo(boolean isVar, String path)
Copyright © 2021. All rights reserved.