public final class AppAssociativeDataCopyAssociativeDataResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
associativeDataId |
the id of the association
|
AppAssociativeDataCopyAssociativeDataResponseItemsData[] |
data |
array of name value pairs data
|
String |
elementId |
element id of the association target
|
String |
idTag |
deterministicId, featureId, or entityId depending on association type
|
String |
occurrenceId |
occurrence id in the assembly context
|
String |
type |
association type (MODEL_DEFINITION_FEATURE|MODEL_DEFINITION_ENTITY|MODEL_DEFINITION_TOPOLOGY)
|
| Constructor | Description |
|---|---|
AppAssociativeDataCopyAssociativeDataResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAssociativeDataId() |
Get the id of the association
|
AppAssociativeDataCopyAssociativeDataResponseItemsData[] |
getData() |
Get array of name value pairs data
|
String |
getElementId() |
Get element id of the association target
|
String |
getIdTag() |
Get deterministicId, featureId, or entityId depending on association type
|
String |
getOccurrenceId() |
Get occurrence id in the assembly context
|
String |
getType() |
Get association type (MODEL_DEFINITION_FEATURE|MODEL_DEFINITION_ENTITY|MODEL_DEFINITION_TOPOLOGY)
|
String |
toString() |
getOtherPropertiespublic String type
public String associativeDataId
public String elementId
public String occurrenceId
public String idTag
public AppAssociativeDataCopyAssociativeDataResponseItemsData[] data
public AppAssociativeDataCopyAssociativeDataResponseItems()
public final String getType()
public final String getAssociativeDataId()
public final String getElementId()
public final String getOccurrenceId()
public final String getIdTag()
public final AppAssociativeDataCopyAssociativeDataResponseItemsData[] getData()
Copyright © 2021. All rights reserved.