public class RequestSourceElement extends Object implements Serializable
| Constructor and Description |
|---|
RequestSourceElement()
Typical Constructor
|
RequestSourceElement(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;
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getOriginGovernanceEngine()
Return the governance engine that created this governance action (if any).
|
String |
getOriginGovernanceService()
Return the governance service that created this governance action (if any).
|
OpenMetadataElement |
getRequestSourceElement()
Return the specific element that caused the governance action service to be started.
|
String |
getRequestSourceName()
Return the assigned to this request source.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setOriginGovernanceEngine(String originGovernanceEngine)
Set up the governance engine that created this governance action (if any).
|
void |
setOriginGovernanceService(String originGovernanceService)
Set up the governance service that created this governance action (if any).
|
void |
setRequestSourceElement(OpenMetadataElement requestSourceElement)
Set up the specific element that caused the governance action service to be started.
|
void |
setRequestSourceName(String requestSourceName)
Set up the assigned to this request source.
|
String |
toString()
Standard toString method.
|
public RequestSourceElement()
public RequestSourceElement(RequestSourceElement template)
template - object being copiedpublic String getRequestSourceName()
public void setRequestSourceName(String requestSourceName)
requestSourceName - string namepublic OpenMetadataElement getRequestSourceElement()
public void setRequestSourceElement(OpenMetadataElement requestSourceElement)
requestSourceElement - metadata elementpublic String getOriginGovernanceService()
public void setOriginGovernanceService(String originGovernanceService)
originGovernanceService - string namepublic String getOriginGovernanceEngine()
public void setOriginGovernanceEngine(String originGovernanceEngine)
originGovernanceEngine - string namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.