Class RexRelationshipResponse
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.RexRelationshipResponse
-
public class RexRelationshipResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description RexRelationshipResponse(Integer statusCode, String exceptionText, RexExpandedRelationship expandedRelationship)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExceptionText()RexExpandedRelationshipgetExpandedRelationship()IntegergetHttpStatusCode()voidsetExceptionText(String exceptionText)voidsetExpandedRelationship(RexExpandedRelationship expandedRelationship)voidsetHttpStatusCode(Integer httpStatusCode)
-
-
-
Constructor Detail
-
RexRelationshipResponse
public RexRelationshipResponse(Integer statusCode, String exceptionText, RexExpandedRelationship expandedRelationship)
-
-
Method Detail
-
getHttpStatusCode
public Integer getHttpStatusCode()
-
getExceptionText
public String getExceptionText()
-
getExpandedRelationship
public RexExpandedRelationship getExpandedRelationship()
-
setHttpStatusCode
public void setHttpStatusCode(Integer httpStatusCode)
-
setExceptionText
public void setExceptionText(String exceptionText)
-
setExpandedRelationship
public void setExpandedRelationship(RexExpandedRelationship expandedRelationship)
-
-