Class OperationData

java.lang.Object
com.ethlo.zally.OperationData

public class OperationData extends Object
  • Constructor Details

    • OperationData

      public OperationData(io.swagger.v3.oas.models.Operation operation, io.swagger.v3.core.model.ApiDescription api, Map<String,Object> extensions)
  • Method Details

    • getExtensions

      public Map<String,Object> getExtensions()
    • getMethod

      public String getMethod()
    • getPath

      public String getPath()
    • getDeprecated

      public Boolean getDeprecated()
    • getOperationId

      public String getOperationId()
    • getTags

      public List<String> getTags()