Class CertificationTypeRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.CertificationTypeRequestBody
CertificationTypeRequestBody provides a structure used when creating certification types.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.org.odpi.openmetadata.frameworks.openmetadata.enums.GovernanceDefinitionStatusReturn the initial status of the certification type.org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationTypePropertiesReturn the properties of the certification type.inthashCode()Return hash code for this objectvoidsetInitialStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.GovernanceDefinitionStatus initialStatus) Set up the initial status of the certification type.voidsetProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.governance.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
public org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationTypeProperties getProperties()Return the properties of the certification type.- Returns:
- properties
-
setProperties
public void setProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationTypeProperties properties) Set up the properties of the certification type.- Parameters:
properties- properties
-
getInitialStatus
public org.odpi.openmetadata.frameworks.openmetadata.enums.GovernanceDefinitionStatus getInitialStatus()Return the initial status of the certification type.- Returns:
- instance status
-
setInitialStatus
public void setInitialStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.GovernanceDefinitionStatus initialStatus) Set up the initial status of the certification type.- Parameters:
initialStatus- instance status
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-