public class ThSyncElementInfo extends Object implements Serializable
| Constructor and Description |
|---|
ThSyncElementInfo()
Instantiates a new th sync element info.
|
ThSyncElementInfo(Sync_Status syncStatus)
Instantiates a new th sync element info.
|
| Modifier and Type | Method and Description |
|---|---|
org.gcube.usecases.ws.thredds.model.StepReport.Status |
getLastSynchronizationStatus()
Gets the last synchronization status.
|
String |
getLastupdateTime()
Gets the lastupdate time.
|
Sync_Status |
getSyncStatus()
Gets the sync status.
|
void |
setLastSynchronizationStatus(org.gcube.usecases.ws.thredds.model.StepReport.Status lastSynchronizationStatus)
Sets the last synchronization status.
|
void |
setLastupdateTime(String lastupdateTime)
Sets the lastupdate time.
|
void |
setSyncStatus(Sync_Status syncStatus)
Sets the sync status.
|
String |
toString()
To string.
|
public ThSyncElementInfo()
public ThSyncElementInfo(Sync_Status syncStatus)
syncStatus - the sync statuspublic Sync_Status getSyncStatus()
public void setSyncStatus(Sync_Status syncStatus)
syncStatus - the new sync statuspublic org.gcube.usecases.ws.thredds.model.StepReport.Status getLastSynchronizationStatus()
public void setLastSynchronizationStatus(org.gcube.usecases.ws.thredds.model.StepReport.Status lastSynchronizationStatus)
lastSynchronizationStatus - the new last synchronization statuspublic String getLastupdateTime()
public void setLastupdateTime(String lastupdateTime)
lastupdateTime - the new lastupdate timeCopyright © 2021. All Rights Reserved.