public class BasicResponse extends Object implements Serializable
BasicResponse()
List<ApiError>
getErrors()
String
getStatus()
Long
getTotal()
getType()
void
setErrors(List<ApiError> errors)
setStatus(String status)
setTotal(Long total)
setType(String type)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public BasicResponse()
public List<ApiError> getErrors()
public void setErrors(List<ApiError> errors)
public String getStatus()
public void setStatus(String status)
public String getType()
public void setType(String type)
public Long getTotal()
public void setTotal(Long total)
public String toString()
toString
Object
Copyright © 2015 LeanIX GmbH. All rights reserved.