Class ProducedRequestParameter
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.SpecificationProperty
org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.RequestParameterType
org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ProducedRequestParameter
ProducedRequestParameter characterises one of the request parameters that this governance service
sets up to pass on to any follow-on steps in a governance action process that it is a part of.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorProducedRequestParameter(RequestParameterType template) Copy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.RequestParameterType
equals, getDataType, getExample, getRequired, hashCode, setDataType, setExample, setRequiredMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.SpecificationProperty
getDescription, getName, getOtherPropertyValues, getSpecificationPropertyType, setDescription, setName, setOtherPropertyValues, setSpecificationPropertyType
-
Constructor Details
-
ProducedRequestParameter
public ProducedRequestParameter()Default constructor -
ProducedRequestParameter
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
toString
JSON-style toString- Overrides:
toStringin classRequestParameterType- Returns:
- return string containing the property names and values
-