com.github.kongchen.swagger.docgen.mustache
类 MustacheResponseMessage

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.mustache.MustacheResponseMessage

public class MustacheResponseMessage
extends Object


构造方法摘要
MustacheResponseMessage(com.wordnik.swagger.model.ResponseMessage responseMessage)
           
 
方法摘要
 int getCode()
           
 String getLinkType()
           
 String getMessage()
           
 String getType()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

MustacheResponseMessage

public MustacheResponseMessage(com.wordnik.swagger.model.ResponseMessage responseMessage)
方法详细信息

getCode

public int getCode()

getMessage

public String getMessage()

getType

public String getType()

getLinkType

public String getLinkType()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2014. All Rights Reserved.