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

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

public class JAuthorizationType
extends Object
implements CanBeSwaggerModel<com.wordnik.swagger.model.AuthorizationType>

Created by chekong on 10/11/14.


构造方法摘要
JAuthorizationType()
           
 
方法摘要
 JApiKey getApiKey()
           
 JOAuth getOauth2()
           
 void setApiKey(JApiKey apiKey)
           
 void setOauth2(JOAuth oauth2)
           
 com.wordnik.swagger.model.AuthorizationType toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JAuthorizationType

public JAuthorizationType()
方法详细信息

getApiKey

public JApiKey getApiKey()

setApiKey

public void setApiKey(JApiKey apiKey)

getOauth2

public JOAuth getOauth2()

setOauth2

public void setOauth2(JOAuth oauth2)

toSwaggerModel

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


Copyright © 2015. All Rights Reserved.