public class AliasType extends Object
| Constructor and Description |
|---|
AliasType() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name value.
|
List<AliasPathType> |
paths()
Get the paths value.
|
AliasType |
withName(String name)
Set the name value.
|
AliasType |
withPaths(List<AliasPathType> paths)
Set the paths value.
|
public String name()
public AliasType withName(String name)
name - the name value to setpublic List<AliasPathType> paths()
public AliasType withPaths(List<AliasPathType> paths)
paths - the paths value to setCopyright © 2019. All rights reserved.