public class FindRelationsRequest extends Object
Constructor and Description |
---|
FindRelationsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getSourceId() |
String |
getTargetId() |
String |
getTypeId() |
void |
setSourceId(String sourceId)
Sets the id of the source Asset of the Relation
|
void |
setTargetId(String targetId)
Sets the id of the target Asset of the Relation
|
void |
setTypeId(String typeId)
Sets the id of the relation type
|
public String getSourceId()
public void setSourceId(String sourceId)
sourceId
- the id of the source Asset of the Relationpublic String getTargetId()
public void setTargetId(String targetId)
targetId
- the id of the target Asset of the Relationpublic String getTypeId()
public void setTypeId(String typeId)
typeId
- the id of the relation typeCopyright © 2010–2019. All rights reserved.