public class DeleteResultsRequest extends Object implements CoserRequest, CoserRequestZoneListAware, CoserRequestRepositoryTypeAware, CoserRequestRepositoryResultTypeAware
Modifier and Type | Field and Description |
---|---|
protected String |
resultRepositoryType
Id of matching result repository type.
|
protected ResultType |
resultType
Type of matching result.
|
protected List<String> |
zoneList
Ids of matching zone to delete.
|
Constructor and Description |
---|
DeleteResultsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getRepositoryType() |
ResultType |
getResultType() |
List<String> |
getZoneList() |
boolean |
isFilled()
Is the request is filled to be consumed?
|
void |
setRepositoryType(String resultRepositoryType) |
void |
setResultType(ResultType resultType) |
void |
setZoneList(List<String> zoneList) |
protected String resultRepositoryType
ResultRepositoryType.getId()
protected ResultType resultType
public boolean isFilled()
CoserRequest
isFilled
in interface CoserRequest
true
if all mandatory fields of the request
are filled, false
otherwisepublic String getRepositoryType()
getRepositoryType
in interface CoserRequestRepositoryTypeAware
public void setRepositoryType(String resultRepositoryType)
setRepositoryType
in interface CoserRequestRepositoryTypeAware
public ResultType getResultType()
getResultType
in interface CoserRequestRepositoryResultTypeAware
public void setResultType(ResultType resultType)
setResultType
in interface CoserRequestRepositoryResultTypeAware
public List<String> getZoneList()
getZoneList
in interface CoserRequestZoneListAware
public void setZoneList(List<String> zoneList)
setZoneList
in interface CoserRequestZoneListAware
Copyright © 2010–2015 Ifremer. All rights reserved.