Class RequestSourceElement
java.lang.Object
org.odpi.openmetadata.frameworks.opengovernance.properties.RequestSourceElement
RequestSourceElement describes the element that triggered the request to the governance action service.
-
Constructor Summary
ConstructorsConstructorDescriptionTypical ConstructorRequestSourceElement(RequestSourceElement template) Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null; -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the specific element that caused the governance action service to be started.inthashCode()Create a hash code for this element type.voidsetRequestSourceElement(OpenMetadataElement requestSourceElement) Set up the specific element that caused the governance action service to be started.toString()Standard toString method.
-
Constructor Details
-
RequestSourceElement
public RequestSourceElement()Typical Constructor -
RequestSourceElement
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;- Parameters:
template- object being copied
-
-
Method Details
-
getRequestSourceElement
Return the specific element that caused the governance action service to be started.- Returns:
- metadata element
-
setRequestSourceElement
Set up the specific element that caused the governance action service to be started.- Parameters:
requestSourceElement- metadata element
-
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.
-