Class GovernanceActionProcessFlowProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.governanceactions.GovernanceActionProcessFlowProperties
GovernanceActionProcessFlowProperties identifies the properties of a GovernanceActionProcessFlow relationship.
-
Constructor Summary
ConstructorsConstructorDescriptionTypical ConstructorCopy/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 TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.getGuard()
Return the guard of the relationship.Return the parameters to pass onto the governance service.int
hashCode()
Create a hash code for this element type.void
Set up the guard of the relationship.void
setRequestParameters
(Map<String, String> requestParameters) Set up the parameters to pass onto the governance service.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
GovernanceActionProcessFlowProperties
public GovernanceActionProcessFlowProperties()Typical Constructor -
GovernanceActionProcessFlowProperties
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
-
getGuard
Return the guard of the relationship.- Returns:
- string guard
-
setGuard
Set up the guard of the relationship.- Parameters:
guard
- string name
-
getRequestParameters
Return the parameters to pass onto the governance service.- Returns:
- map of properties
-
setRequestParameters
Set up the parameters to pass onto the governance service.- Parameters:
requestParameters
- map of properties
-
toString
Standard toString method.- Overrides:
toString
in classRelationshipBeanProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classRelationshipBeanProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classRelationshipBeanProperties
- Returns:
- int hash code
-