com.smartbear.swagger4j.impl
Class ResourceListingImpl.ResourceListingApiImpl

java.lang.Object
  extended by com.smartbear.swagger4j.impl.ResourceListingImpl.ResourceListingApiImpl
All Implemented Interfaces:
ResourceListing.ResourceListingApi
Enclosing class:
ResourceListingImpl

public class ResourceListingImpl.ResourceListingApiImpl
extends Object
implements ResourceListing.ResourceListingApi


Method Summary
 ApiDeclaration getDeclaration()
           
 String getDescription()
           
 String getPath()
           
 void setDescription(String description)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface ResourceListing.ResourceListingApi

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface ResourceListing.ResourceListingApi

getDeclaration

public ApiDeclaration getDeclaration()
Specified by:
getDeclaration in interface ResourceListing.ResourceListingApi

getPath

public String getPath()
Specified by:
getPath in interface ResourceListing.ResourceListingApi

setPath

public void setPath(String path)
Specified by:
setPath in interface ResourceListing.ResourceListingApi


Copyright © 2013. All Rights Reserved.