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

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

public class JApiKey
extends Object
implements CanBeSwaggerModel<com.wordnik.swagger.model.ApiKey>

Created by kongchen on 14/10/12.


构造方法摘要
JApiKey()
           
 
方法摘要
 String getKeyname()
           
 String getPassAs()
           
 void setKeyname(String keyname)
           
 void setPassAs(String passAs)
           
 com.wordnik.swagger.model.ApiKey toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JApiKey

public JApiKey()
方法详细信息

getPassAs

public String getPassAs()

setPassAs

public void setPassAs(String passAs)

getKeyname

public String getKeyname()

setKeyname

public void setKeyname(String keyname)

toSwaggerModel

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


Copyright © 2015. All Rights Reserved.