com.github.kongchen.swagger.docgen.remote.model
类 JTokenRequestEndpoint
java.lang.Object
com.github.kongchen.swagger.docgen.remote.model.JTokenRequestEndpoint
- 所有已实现的接口:
- CanBeSwaggerModel<com.wordnik.swagger.model.TokenRequestEndpoint>
public class JTokenRequestEndpoint
- extends Object
- implements CanBeSwaggerModel<com.wordnik.swagger.model.TokenRequestEndpoint>
Created by chekong on 10/11/14.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTokenRequestEndpoint
public JTokenRequestEndpoint()
setUrl
public void setUrl(String url)
setClientIdName
public void setClientIdName(String clientIdName)
setClientSecretName
public void setClientSecretName(String clientSecretName)
getUrl
public String getUrl()
getClientIdName
public String getClientIdName()
getClientSecretName
public String getClientSecretName()
toSwaggerModel
public com.wordnik.swagger.model.TokenRequestEndpoint toSwaggerModel()
- 指定者:
- 接口
CanBeSwaggerModel<com.wordnik.swagger.model.TokenRequestEndpoint> 中的 toSwaggerModel
Copyright © 2015. All Rights Reserved.