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

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

public class JImplicitGrant
extends Object
implements CanBeSwaggerModel<com.wordnik.swagger.model.ImplicitGrant>

Created by chekong on 10/11/14.


构造方法摘要
JImplicitGrant()
           
 
方法摘要
 JLoginEndpoint getLoginEndpoint()
           
 String getTokenName()
           
 void setLoginEndpoint(JLoginEndpoint loginEndpoint)
           
 void setTokenName(String tokenName)
           
 com.wordnik.swagger.model.ImplicitGrant toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JImplicitGrant

public JImplicitGrant()
方法详细信息

getLoginEndpoint

public JLoginEndpoint getLoginEndpoint()

setLoginEndpoint

public void setLoginEndpoint(JLoginEndpoint loginEndpoint)

getTokenName

public String getTokenName()

setTokenName

public void setTokenName(String tokenName)

toSwaggerModel

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


Copyright © 2015. All Rights Reserved.