Class TypeExplorerResponse
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.TypeExplorerResponse
-
public class TypeExplorerResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeExplorerResponse(Integer statusCode, String exceptionText, TypeExplorer tex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExceptionText()IntegergetHttpStatusCode()TypeExplorergetTypeExplorer()voidsetExceptionText(String exceptionText)voidsetHttpStatusCode(Integer httpStatusCode)voidsetTypeExplorer(TypeExplorer typeExplorer)
-
-
-
Constructor Detail
-
TypeExplorerResponse
public TypeExplorerResponse(Integer statusCode, String exceptionText, TypeExplorer tex)
-
-
Method Detail
-
getHttpStatusCode
public Integer getHttpStatusCode()
-
getExceptionText
public String getExceptionText()
-
getTypeExplorer
public TypeExplorer getTypeExplorer()
-
setHttpStatusCode
public void setHttpStatusCode(Integer httpStatusCode)
-
setExceptionText
public void setExceptionText(String exceptionText)
-
setTypeExplorer
public void setTypeExplorer(TypeExplorer typeExplorer)
-
-