public class DownloadRequest extends Object
| Constructor and Description |
|---|
DownloadRequest()
Create an empty request.
|
DownloadRequest(DownloadRequest other)
Create a request, actually cloning the 'other' request.
|
public DownloadRequest()
public DownloadRequest(DownloadRequest other)
other - the source DownloadRequestpublic String getService()
public void setService(String service)
public void setService(ServiceMetadata service)
public String getProduct()
public void setProduct(String product)
public void setProduct(ProductMetadataInfo product)
public Double getxLo()
public void setxLo(Double xLo)
public Double getxHi()
public void setxHi(Double xHi)
public Double getyLo()
public void setyLo(Double yLo)
public Double getyHi()
public void setyHi(Double yHi)
public Double getzLo()
public void setzLo(Double zLo)
public Double getzHi()
public void setzHi(Double zHi)
public Calendar gettLo()
public void settLo(Calendar tLo)
public void settLo(String tLo) throws ParseException
ParseExceptionpublic Calendar gettHi()
public void settHi(Calendar tHi)
public void settHi(String tHi) throws ParseException
ParseExceptionpublic void settRange(String tLo, String tHi) throws ParseException
ParseExceptionpublic String getScriptVersion()
public void setScriptVersion(String scriptVersion)
public String getMode()
public void setMode(String mode)
public String getOutput()
public void setOutput(String output)
public String getAction()
public void setAction(String action)
public Collection<String> getVariables()
public Boolean hasVariables()
public void setVariables(Collection<String> variables)
public void addVariable(String variable)
public MultiValueParameters getParametersMap()
Copyright © 2017. All Rights Reserved.