public class GetMapResultRequest extends Object implements CoserRequest, CoserRequestFacadeAware, CoserRequestZoneAware, CoserRequestSpeciesAware
Modifier and Type | Field and Description |
---|---|
protected String |
facade |
static String |
NULL_SPECIES
Used to have map with no species, we prefer to keep a not null value
to still make request consistent.
|
protected String |
species |
protected String |
zone |
Constructor and Description |
---|
GetMapResultRequest() |
public static final String NULL_SPECIES
protected String facade
protected String zone
protected String species
public boolean isFilled()
CoserRequest
isFilled
in interface CoserRequest
true
if all mandatory fields of the request
are filled, false
otherwisepublic String getFacade()
getFacade
in interface CoserRequestFacadeAware
public void setFacade(String facade)
setFacade
in interface CoserRequestFacadeAware
public String getZone()
getZone
in interface CoserRequestZoneAware
public void setZone(String zone)
setZone
in interface CoserRequestZoneAware
public String getSpecies()
getSpecies
in interface CoserRequestSpeciesAware
public void setSpecies(String species)
setSpecies
in interface CoserRequestSpeciesAware
Copyright © 2010–2015 Ifremer. All rights reserved.