Class ResourceList
- java.lang.Object
-
- org.opendaylight.netconf.sal.rest.doc.swagger.ResourceList
-
public class ResourceList extends Object
Implementation of swagger spec (see https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#51- resource-listing).
-
-
Constructor Summary
Constructors Constructor Description ResourceList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Resource>getApis()StringgetApiVersion()StringgetSwaggerVersion()voidsetApis(List<Resource> apis)voidsetApiVersion(String apiVersion)voidsetSwaggerVersion(String swaggerVersion)
-