public class ChangeRelationRequest extends Object
Constructor and Description |
---|
ChangeRelationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getSourceId() |
String |
getTargetId() |
void |
setId(String id)
Sets the id of the Relation
|
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
|
public String getId()
public void setId(String id)
id
- the id of the Relationpublic 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 RelationCopyright © 2010–2019. All rights reserved.