public class TransfersResource extends Object
file transfers
as transfer resources
.Constructor and Description |
---|
TransfersResource()
Default constructor required by JAXB.
|
TransfersResource(String productId,
List<TransferResource> transferResources)
Constructor that sets the product ID and list of TransferResource
instances related to the product.
|
Modifier and Type | Method and Description |
---|---|
String |
getProductId()
Gets the product ID.
|
List<TransferResource> |
getTransferResources()
Gets the transfer resources.
|
public TransfersResource()
public TransfersResource(String productId, List<TransferResource> transferResources)
productId
- the product IDtransferResources
- the resources representing currently active file
transfers for the productpublic String getProductId()
public List<TransferResource> getTransferResources()
Copyright © 1999–2017 Apache OODT. All rights reserved.