Class Resource
- java.lang.Object
-
- org.opendaylight.netconf.sal.rest.doc.swagger.Resource
-
public class Resource extends Object
Implementation of swagger spec (see https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#512- resource-object).
-
-
Constructor Summary
Constructors Constructor Description Resource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetPath()voidsetDescription(String description)voidsetPath(String path)
-