Class RequestTypeType
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
RequestTypeType characterises one of the governance request types supported by a specific governance service.
This enables the capability of a governance service to be correctly matched to the resources and
elements that it works with.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorRequestTypeType
(RequestTypeType template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the description of the request parameter.Return a map of property name to property value to provide additional information for this governance service.Return the request type value.int
hashCode()
Return hash code for this objectvoid
setDescription
(String description) Set up the description of the request parameter.void
setOtherPropertyValues
(Map<String, String> otherPropertyValues) Set up a map of property name to property value to provide additional information for this governance service..void
setRequestType
(String requestType) Set up the request type value.toString()
JSON-style toString
-
Constructor Details
-
RequestTypeType
public RequestTypeType()Default constructor -
RequestTypeType
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRequestType
Return the request type value.- Returns:
- string
-
setRequestType
Set up the request type value.- Parameters:
requestType
- string
-
getDescription
Return the description of the request parameter.- Returns:
- string
-
setDescription
Set up the description of the request parameter.- Parameters:
description
- string
-
getOtherPropertyValues
Return a map of property name to property value to provide additional information for this governance service.- Returns:
- map of string to string
-
setOtherPropertyValues
Set up a map of property name to property value to provide additional information for this governance service..- Parameters:
otherPropertyValues
- map of string to string
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-