Klasse RestClassOutputParameter

java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestClassOutputParameter
Alle implementierten Schnittstellen:
Serializable

public class RestClassOutputParameter extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • productClass

      protected String productClass
      The product class to generate as output
    • outputParameters

      protected List<RestParameter> outputParameters
      Set of parameters to apply to the generated products (may be empty)
  • Konstruktordetails

    • RestClassOutputParameter

      public RestClassOutputParameter()
      Creates a new RestClassOutputParameter.
    • RestClassOutputParameter

      public RestClassOutputParameter(String productClass, List<RestParameter> outputParameters)
      Creates a new RestClassOutputParameter.
  • Methodendetails

    • getProductClass

      @NotNull public @NotNull String getProductClass()
      Returns the productClass.
      Gibt zurück:
      productClass
    • setProductClass

      public void setProductClass(String productClass)
      Set the productClass.
      Parameter:
      productClass - the new productClass
    • getOutputParameters

      @NotNull @Valid public @NotNull @Valid List<RestParameter> getOutputParameters()
      Returns the outputParameters.
      Gibt zurück:
      outputParameters
    • setOutputParameters

      public void setOutputParameters(List<RestParameter> outputParameters)
      Set the outputParameters.
      Parameter:
      outputParameters - the new outputParameters
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object