com.github.kongchen.swagger.docgen.mustache
类 MustacheItem
java.lang.Object
com.github.kongchen.swagger.docgen.mustache.MustacheItem
public class MustacheItem
- extends Object
|
构造方法摘要 |
MustacheItem(String name,
com.wordnik.swagger.model.ModelProperty documentationSchema)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MustacheItem
public MustacheItem(String name,
com.wordnik.swagger.model.ModelProperty documentationSchema)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getLinkType
public String getLinkType()
setLinkType
public void setLinkType(String linkType)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean required)
getAccess
public String getAccess()
setAccess
public void setAccess(String access)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getNotes
public String getNotes()
setNotes
public void setNotes(String notes)
getAllowableValue
public String getAllowableValue()
setAllowableValue
public void setAllowableValue(String allowableValue)
setTypeAsArray
public void setTypeAsArray(String elementType)
getPosition
public int getPosition()
Copyright © 2015. All Rights Reserved.