com.github.kongchen.swagger.docgen.remote.model
类 JApiDescription

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.remote.model.JApiDescription
所有已实现的接口:
CanBeSwaggerModel<com.wordnik.swagger.model.ApiDescription>

public class JApiDescription
extends Object
implements CanBeSwaggerModel<com.wordnik.swagger.model.ApiDescription>

Created by chekong on 10/11/14.


构造方法摘要
JApiDescription()
           
 
方法摘要
 String getDescription()
           
 List<JOperation> getOperations()
           
 String getPath()
           
 boolean isHidden()
           
 void setDescription(String description)
           
 void setHidden(boolean hidden)
           
 void setOperations(List<JOperation> operations)
           
 void setPath(String path)
           
 com.wordnik.swagger.model.ApiDescription toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JApiDescription

public JApiDescription()
方法详细信息

isHidden

public boolean isHidden()

setHidden

public void setHidden(boolean hidden)

getPath

public String getPath()

getDescription

public String getDescription()

getOperations

public List<JOperation> getOperations()

setPath

public void setPath(String path)

setDescription

public void setDescription(String description)

setOperations

public void setOperations(List<JOperation> operations)

toSwaggerModel

public com.wordnik.swagger.model.ApiDescription toSwaggerModel()
指定者:
接口 CanBeSwaggerModel<com.wordnik.swagger.model.ApiDescription> 中的 toSwaggerModel


Copyright © 2015. All Rights Reserved.