Class RexTraversalRequestBody
java.lang.Object
org.odpi.openmetadata.viewservices.rex.api.rest.RexTraversalRequestBody
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getDepth()
int
hashCode()
void
setAsOfTime
(long asOfTime) void
setClassificationNames
(List<String> classificationNames) void
void
setEnterpriseOption
(Boolean enterpriseOption) void
setEntityGUID
(String entityGUID) void
setEntityTypeGUIDs
(List<String> entityTypeGUIDs) void
setPlatformName
(String platformName) void
setRelationshipTypeGUIDs
(List<String> relationshipTypeGUIDs) void
setServerName
(String serverName) toString()
-
Constructor Details
-
RexTraversalRequestBody
public RexTraversalRequestBody()
-
-
Method Details
-
getServerName
-
getPlatformName
-
getEntityGUID
-
getEnterpriseOption
-
getEntityTypeGUIDs
-
getRelationshipTypeGUIDs
-
getClassificationNames
-
getDepth
-
getAsOfTime
public long getAsOfTime() -
setServerName
-
setPlatformName
-
setEntityGUID
-
setEnterpriseOption
-
setEntityTypeGUIDs
-
setRelationshipTypeGUIDs
-
setClassificationNames
-
setDepth
-
setAsOfTime
public void setAsOfTime(long asOfTime) -
equals
-
hashCode
public int hashCode() -
toString
-