org.usergrid.tools.apidoc.swagger
Class ApiOperationError

java.lang.Object
  extended by org.usergrid.tools.apidoc.swagger.ApiOperationError

public class ApiOperationError
extends Object


Constructor Summary
ApiOperationError()
           
 
Method Summary
 Integer getCode()
           
 String getReason()
           
 void setCode(Integer code)
           
 void setReason(String reason)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiOperationError

public ApiOperationError()
Method Detail

getReason

public String getReason()

setReason

public void setReason(String reason)

getCode

public Integer getCode()

setCode

public void setCode(Integer code)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.