Class CertificationTypeRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIRequestBody
org.odpi.openmetadata.accessservices.governanceprogram.rest.CertificationTypeRequestBody
- All Implemented Interfaces:
Serializable
CertificationTypeRequestBody provides a structure used when creating certification types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the initial status of the certification type.Return the properties of the certification type.int
hashCode()
Return hash code for this objectvoid
setInitialStatus
(GovernanceDefinitionStatus initialStatus) Set up the initial status of the certification type.void
setProperties
(CertificationTypeProperties properties) Set up the properties of the certification type.toString()
JSON-style toString.
-
Constructor Details
-
CertificationTypeRequestBody
public CertificationTypeRequestBody()Default constructor -
CertificationTypeRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getProperties
Return the properties of the certification type.- Returns:
- properties
-
setProperties
Set up the properties of the certification type.- Parameters:
properties
- properties
-
getInitialStatus
Return the initial status of the certification type.- Returns:
- instance status
-
setInitialStatus
Set up the initial status of the certification type.- Parameters:
initialStatus
- instance status
-
toString
JSON-style toString.- Overrides:
toString
in classGovernanceProgramOMASAPIRequestBody
- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-