public class AddMappingRequest extends Object
Constructor and Description |
---|
AddMappingRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getExtEntityId() |
String |
getExtEntityUrl() |
String |
getExtSystemId() |
Long |
getLastSyncDate() |
String |
getResourceId() |
Mapping.SyncAction |
getSyncAction() |
void |
setDescription(String description)
Sets the description of the Mapping
|
void |
setExtEntityId(String extEntityId)
Sets the id of the entity in the external system
|
void |
setExtEntityUrl(String extEntityUrl)
Sets the url of the entity in the external system
|
void |
setExtSystemId(String extSystemId)
Sets the id of the external system
|
void |
setLastSyncDate(Long lastSyncDate)
Sets the timestamp of the last successful synchronization
|
void |
setResourceId(String resourceId)
Sets the id of the Asset or Domain in DGC
|
void |
setSyncAction(Mapping.SyncAction syncAction)
Sets the synchronization action
|
public String getDescription()
public void setDescription(String description)
description
- the description of the Mappingpublic String getResourceId()
public void setResourceId(String resourceId)
resourceId
- asset or domain idpublic String getExtSystemId()
public void setExtSystemId(String extSystemId)
extSystemId
- the id of the external systempublic String getExtEntityId()
public void setExtEntityId(String extEntityId)
extEntityId
- the id of the entity in the external systempublic String getExtEntityUrl()
public void setExtEntityUrl(String extEntityUrl)
extEntityUrl
- the url of the entity in the external systempublic Long getLastSyncDate()
public void setLastSyncDate(Long lastSyncDate)
lastSyncDate
- the timestamp of the last successful synchronizationpublic Mapping.SyncAction getSyncAction()
public void setSyncAction(Mapping.SyncAction syncAction)
syncAction
- the synchronization actionCopyright © 2010–2019. All rights reserved.