public class TransferOnThreddsReport extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
TransferOnThreddsReport()
Instantiates a new transfer on thredds report.
|
TransferOnThreddsReport(String transferId,
String folderId,
Boolean onError,
String reportMessage)
Instantiates a new transfer on thredds report.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderId()
Gets the folder id.
|
String |
getReportMessage()
Gets the report message.
|
String |
getTransferId()
Gets the transfer id.
|
Boolean |
isOnError()
Gets the on error.
|
Boolean |
isTransferringReportAvailable()
Checks if is transferring report available.
|
void |
setFolderId(String folderId)
Sets the folder id.
|
void |
setOnError(Boolean onError)
Sets the on error.
|
void |
setReportCreatedOnWorkspace(Boolean reportCreatedOnWorkspace)
Sets the report created on workspace.
|
void |
setReportMessage(String reportMessage)
Sets the report message.
|
void |
setTransferId(String transferId)
Sets the transfer id.
|
String |
toString() |
public TransferOnThreddsReport()
public TransferOnThreddsReport(String transferId, String folderId, Boolean onError, String reportMessage)
transferId - the transfer idfolderId - the folder idonError - the on errorreportMessage - the report messagepublic void setReportCreatedOnWorkspace(Boolean reportCreatedOnWorkspace)
reportCreatedOnWorkspace - the reportCreated to setpublic Boolean isTransferringReportAvailable()
public String getTransferId()
public String getFolderId()
public Boolean isOnError()
public void setTransferId(String transferId)
transferId - the transferId to setpublic void setFolderId(String folderId)
folderId - the folderId to setpublic void setOnError(Boolean onError)
onError - the onError to setpublic String getReportMessage()
public void setReportMessage(String reportMessage)
reportMessage - the reportMessage to setCopyright © 2018. All Rights Reserved.