Class GAFAPIRequest
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.GAFAPIRequest
- All Implemented Interfaces:
RequestIdService
- Direct Known Subclasses:
CompletionStatusRequestBody,EngineActionStatusRequestBody,InitiateEngineActionRequestBody,InitiateGovernanceActionProcessRequestBody,InitiateGovernanceActionTypeRequestBody
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorGAFAPIRequest(GAFAPIRequest template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the unique identifier for the request.inthashCode()Create a hash code for this element type.voidsetRequestId(String requestId) Set up the unique identifier for the request.toString()Standard toString method.
-
Constructor Details
-
GAFAPIRequest
public GAFAPIRequest()Default constructor -
GAFAPIRequest
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getRequestId
Return the unique identifier for the request.- Specified by:
getRequestIdin interfaceRequestIdService- Returns:
- string guid
-
setRequestId
Set up the unique identifier for the request.- Specified by:
setRequestIdin interfaceRequestIdService- Parameters:
requestId- string guid
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-