Klasse RestClassOutputParameter
java.lang.Object
de.dlr.proseo.interfaces.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 String
The 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 String
Returns the productClass.int
hashCode()
void
setOutputParameters
(List<RestParameter> outputParameters) Set the outputParameters.void
setProductClass
(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
-