Class ResponseParameter

java.lang.Object
io.vertx.mutiny.openapi.validation.ResponseParameter
All Implemented Interfaces:
MutinyDelegate

public class ResponseParameter extends Object implements MutinyDelegate
  • Field Details

  • Constructor Details

    • ResponseParameter

      public ResponseParameter(io.vertx.openapi.validation.ResponseParameter delegate)
    • ResponseParameter

      public ResponseParameter(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.openapi.validation.ResponseParameter getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • newInstance

      public static ResponseParameter newInstance(io.vertx.openapi.validation.ResponseParameter arg)