public class ThProcessDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
ThProcessDescriptor() |
ThProcessDescriptor(String folderId,
String folderPath,
long launchTime,
String processId,
ThSynchFolderConfiguration synchConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderId() |
String |
getFolderPath() |
long |
getLaunchTime() |
String |
getProcessId() |
ThSynchFolderConfiguration |
getSynchConfiguration() |
void |
setFolderId(String folderId) |
void |
setFolderPath(String folderPath) |
void |
setLaunchTime(long launchTime) |
void |
setProcessId(String processId) |
void |
setSynchConfiguration(ThSynchFolderConfiguration synchConfiguration) |
String |
toString() |
public ThProcessDescriptor()
public ThProcessDescriptor(String folderId, String folderPath, long launchTime, String processId, ThSynchFolderConfiguration synchConfiguration)
public String getFolderId()
public void setFolderId(String folderId)
public String getFolderPath()
public void setFolderPath(String folderPath)
public long getLaunchTime()
public void setLaunchTime(long launchTime)
public String getProcessId()
public void setProcessId(String processId)
public ThSynchFolderConfiguration getSynchConfiguration()
public void setSynchConfiguration(ThSynchFolderConfiguration synchConfiguration)
Copyright © 2018. All Rights Reserved.