public class SupportLevel extends Object implements SupportLevelDescriptor
DATA_ADDRESS_POINT, DATA_GEOGRAPHIC_AREA1_CENTROID, DATA_GEOGRAPHIC_AREA2_CENTROID, DATA_GEOGRAPHIC_AREA3_CENTROID, DATA_GEOGRAPHIC_AREA4_CENTROID, DATA_GEOGRAPHIC_CENTROID, DATA_POSTAL_CENTROID, DATA_POSTAL_EXTENSION_CENTROID, DATA_STREET_SEGMENT
Constructor and Description |
---|
SupportLevel() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseObject()
Name of the object or operation that this describes a modification for
|
List<String> |
getCountries()
The countries for which this support level is valid.
|
int |
getSupportedDataLevel()
Not yet implemented.
|
List<InputParam> |
getUpdatedOptionalInput()
Changes to optional input of the base operation, if any
|
List<OutputParam> |
getUpdatedOptionalOutput()
Changes to output of the base operation, if any
|
List<InputParam> |
getUpdatedRequiredInput()
Changes to required input of the base operation, if any
|
void |
setBaseObject(String object)
Name of the base object these modifications apply to
|
void |
setCountries(List<String> countries)
Countries this support level applies for
|
void |
setSupportedDataLevel(int level)
Not yet implemented.
|
void |
setUpdatedOptionalInput(List<InputParam> optionalInput)
Changes to optional input of the base operation, if any
|
void |
setUpdatedOptionalOutput(List<OutputParam> optionalOutput)
Changes to possible output of the base operation, if any
|
void |
setUpdatedRequiredInput(List<InputParam> requiredInput)
Changes to required input of the base operation, if any
|
String |
toString() |
public String getBaseObject()
SupportLevelDescriptor
getBaseObject
in interface SupportLevelDescriptor
public void setBaseObject(String object)
SupportLevelDescriptor
setBaseObject
in interface SupportLevelDescriptor
object
- name of the base object or operationpublic int getSupportedDataLevel()
SupportLevelDescriptor
getSupportedDataLevel
in interface SupportLevelDescriptor
public void setSupportedDataLevel(int level)
SupportLevelDescriptor
setSupportedDataLevel
in interface SupportLevelDescriptor
level
- indicates data levelpublic List<String> getCountries()
SupportLevelDescriptor
getCountries
in interface SupportLevelDescriptor
public void setCountries(List<String> countries)
SupportLevelDescriptor
setCountries
in interface SupportLevelDescriptor
countries
- which countries support level applies forpublic List<InputParam> getUpdatedRequiredInput()
SupportLevelDescriptor
getUpdatedRequiredInput
in interface SupportLevelDescriptor
public void setUpdatedRequiredInput(List<InputParam> requiredInput)
SupportLevelDescriptor
setUpdatedRequiredInput
in interface SupportLevelDescriptor
requiredInput
- list of modified or additional input parameterspublic List<InputParam> getUpdatedOptionalInput()
SupportLevelDescriptor
getUpdatedOptionalInput
in interface SupportLevelDescriptor
public void setUpdatedOptionalInput(List<InputParam> optionalInput)
SupportLevelDescriptor
setUpdatedOptionalInput
in interface SupportLevelDescriptor
optionalInput
- list of modified or additional input parameterspublic List<OutputParam> getUpdatedOptionalOutput()
SupportLevelDescriptor
getUpdatedOptionalOutput
in interface SupportLevelDescriptor
public void setUpdatedOptionalOutput(List<OutputParam> optionalOutput)
SupportLevelDescriptor
setUpdatedOptionalOutput
in interface SupportLevelDescriptor
optionalOutput
- list of modified or additional output parametersCopyright © 2024. All rights reserved.