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 TypeMethodDescriptionbooleanCompare 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.inthashCode()Create a hash code for this element type.voidSet up the guard of the relationship.voidsetRequestParameters(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, setTypeNameMethods 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:
 toStringin 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:
 equalsin classRelationshipBeanProperties- Parameters:
 objectToCompare- supplied object- Returns:
 - boolean result of comparison
 
 - 
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
 hashCodein classRelationshipBeanProperties- Returns:
 - int hash code
 
 
 -