public class TopologyAssociation extends Object
Constructor and Description |
---|
TopologyAssociation() |
Modifier and Type | Method and Description |
---|---|
AssociationType |
associationType()
Get the associationType value.
|
String |
name()
Get the name value.
|
String |
resourceId()
Get the resourceId value.
|
TopologyAssociation |
withAssociationType(AssociationType associationType)
Set the associationType value.
|
TopologyAssociation |
withName(String name)
Set the name value.
|
TopologyAssociation |
withResourceId(String resourceId)
Set the resourceId value.
|
public String name()
public TopologyAssociation withName(String name)
name
- the name value to setpublic String resourceId()
public TopologyAssociation withResourceId(String resourceId)
resourceId
- the resourceId value to setpublic AssociationType associationType()
public TopologyAssociation withAssociationType(AssociationType associationType)
associationType
- the associationType value to setCopyright © 2019. All rights reserved.