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

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

public class JAuthorizationScope
extends Object
implements CanBeSwaggerModel<com.wordnik.swagger.model.AuthorizationScope>

Created by chekong on 10/11/14.


构造方法摘要
JAuthorizationScope()
           
 
方法摘要
 String getDescription()
           
 String getScope()
           
 void setDescription(String description)
           
 void setScope(String scope)
           
 com.wordnik.swagger.model.AuthorizationScope toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JAuthorizationScope

public JAuthorizationScope()
方法详细信息

setScope

public void setScope(String scope)

setDescription

public void setDescription(String description)

getScope

public String getScope()

getDescription

public String getDescription()

toSwaggerModel

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


Copyright © 2015. All Rights Reserved.