Class RestClassOutputParameter
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestClassOutputParameter
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<RestParameter> Set of parameters to apply to the generated products (may be empty)protected StringThe product class to generate as output(package private) static final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new RestClassOutputParameter.RestClassOutputParameter(String productClass, List<RestParameter> outputParameters) Creates a new RestClassOutputParameter. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the outputParameters.Returns the productClass.inthashCode()voidsetOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.voidsetProductClass(String productClass) Set the productClass.toString()
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
productClass
The product class to generate as output -
outputParameters
Set of parameters to apply to the generated products (may be empty)
-
-
Constructor Details
-
RestClassOutputParameter
public RestClassOutputParameter()Creates a new RestClassOutputParameter. -
RestClassOutputParameter
Creates a new RestClassOutputParameter.
-
-
Method Details
-
getProductClass
Returns the productClass.- Returns:
- productClass
-
setProductClass
Set the productClass.- Parameters:
productClass- the new productClass
-
getOutputParameters
Returns the outputParameters.- Returns:
- outputParameters
-
setOutputParameters
Set the outputParameters.- Parameters:
outputParameters- the new outputParameters
-
hashCode
public int hashCode() -
equals
-
toString
-