Package org.openl.rules.openapi.impl
Class OperationInfo
- java.lang.Object
-
- org.openl.rules.openapi.impl.OperationInfo
-
public class OperationInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description OperationInfo(String method, String produces, String consumes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConsumes()StringgetMethod()StringgetProduces()
-