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.
| 从类 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.