Class CertificationTypeRequestBody

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.CertificationTypeRequestBody

public class CertificationTypeRequestBody extends Object
CertificationTypeRequestBody provides a structure used when creating certification types.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    Copy/clone constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Equals method that returns true if containing properties are the same.
    org.odpi.openmetadata.frameworks.openmetadata.enums.GovernanceDefinitionStatus
    Return the initial status of the certification type.
    org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationTypeProperties
    Return the properties of the certification type.
    int
    Return hash code for this object
    void
    setInitialStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.GovernanceDefinitionStatus initialStatus)
    Set up the initial status of the certification type.
    void
    setProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationTypeProperties properties)
    Set up the properties of the certification type.
    JSON-style toString.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CertificationTypeRequestBody

      public CertificationTypeRequestBody()
      Default constructor
    • CertificationTypeRequestBody

      public CertificationTypeRequestBody(CertificationTypeRequestBody template)
      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

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class Object
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Equals method that returns true if containing properties are the same.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code