Package de.dlr.proseo.procmgr.rest.model
Klasse RestClassOutputParameter
java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestClassOutputParameter
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<RestParameter> Set of parameters to apply to the generated products (may be empty)protected StringThe product class to generate as output(Package privat) static final long -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestClassOutputParameter.RestClassOutputParameter(String productClass, List<RestParameter> outputParameters) Creates a new RestClassOutputParameter. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean@NotNull @Valid List<RestParameter> Returns the outputParameters.@NotNull StringReturns the productClass.inthashCode()voidsetOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.voidsetProductClass(String productClass) Set the productClass.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
productClass
The product class to generate as output -
outputParameters
Set of parameters to apply to the generated products (may be empty)
-
-
Konstruktordetails
-
RestClassOutputParameter
public RestClassOutputParameter()Creates a new RestClassOutputParameter. -
RestClassOutputParameter
Creates a new RestClassOutputParameter.
-
-
Methodendetails
-
getProductClass
Returns the productClass.- Gibt zurück:
- productClass
-
setProductClass
Set the productClass.- Parameter:
productClass- the new productClass
-
getOutputParameters
Returns the outputParameters.- Gibt zurück:
- outputParameters
-
setOutputParameters
Set the outputParameters.- Parameter:
outputParameters- the new outputParameters
-
hashCode
public int hashCode() -
equals
-
toString
-