public class TypeExplorerResponse extends Object
| Constructor and Description |
|---|
TypeExplorerResponse(Integer statusCode,
String exceptionText,
TypeExplorer tex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionText() |
Integer |
getHttpStatusCode() |
TypeExplorer |
getTypeExplorer() |
void |
setExceptionText(String exceptionText) |
void |
setHttpStatusCode(Integer httpStatusCode) |
void |
setTypeExplorer(TypeExplorer typeExplorer) |
public TypeExplorerResponse(Integer statusCode, String exceptionText, TypeExplorer tex)
public Integer getHttpStatusCode()
public String getExceptionText()
public TypeExplorer getTypeExplorer()
public void setHttpStatusCode(Integer httpStatusCode)
public void setExceptionText(String exceptionText)
public void setTypeExplorer(TypeExplorer typeExplorer)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.