public class RexRelationshipResponse extends Object
| Constructor and Description |
|---|
RexRelationshipResponse(Integer statusCode,
String exceptionText,
RexExpandedRelationship expandedRelationship) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionText() |
RexExpandedRelationship |
getExpandedRelationship() |
Integer |
getHttpStatusCode() |
void |
setExceptionText(String exceptionText) |
void |
setExpandedRelationship(RexExpandedRelationship expandedRelationship) |
void |
setHttpStatusCode(Integer httpStatusCode) |
public RexRelationshipResponse(Integer statusCode, String exceptionText, RexExpandedRelationship expandedRelationship)
public Integer getHttpStatusCode()
public String getExceptionText()
public RexExpandedRelationship getExpandedRelationship()
public void setHttpStatusCode(Integer httpStatusCode)
public void setExceptionText(String exceptionText)
public void setExpandedRelationship(RexExpandedRelationship expandedRelationship)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.