public class TopologyResource extends Object
| Constructor and Description |
|---|
TopologyResource() |
| Modifier and Type | Method and Description |
|---|---|
List<TopologyAssociation> |
associations()
Get the associations value.
|
String |
id()
Get the id value.
|
String |
location()
Get the location value.
|
String |
name()
Get the name value.
|
TopologyResource |
withAssociations(List<TopologyAssociation> associations)
Set the associations value.
|
TopologyResource |
withId(String id)
Set the id value.
|
TopologyResource |
withLocation(String location)
Set the location value.
|
TopologyResource |
withName(String name)
Set the name value.
|
public String name()
public TopologyResource withName(String name)
name - the name value to setpublic String id()
public TopologyResource withId(String id)
id - the id value to setpublic String location()
public TopologyResource withLocation(String location)
location - the location value to setpublic List<TopologyAssociation> associations()
public TopologyResource withAssociations(List<TopologyAssociation> associations)
associations - the associations value to setCopyright © 2019. All rights reserved.