AliasType 类
定义
The alias type.
public class AliasType
- 继承
-
java.lang.ObjectAliasType
方法
name() |
Get the name value.
|
paths() |
Get the paths value.
|
withName(String name) |
Set the name value.
|
withPaths(List<AliasPathType> paths) |
Set the paths value.
|