Class CertificationTypeRequestBody

    • Constructor Detail

      • CertificationTypeRequestBody

        public CertificationTypeRequestBody()
        Default constructor
      • CertificationTypeRequestBody

        public CertificationTypeRequestBody​(CertificationTypeRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getProperties

        public CertificationTypeProperties getProperties()
        Return the properties of the certification type.
        Returns:
        properties
      • setProperties

        public void setProperties​(CertificationTypeProperties properties)
        Set up the properties of the certification type.
        Parameters:
        properties - properties
      • getInitialStatus

        public GovernanceDefinitionStatus getInitialStatus()
        Return the initial status of the certification type.
        Returns:
        instance status
      • setInitialStatus

        public void setInitialStatus​(GovernanceDefinitionStatus initialStatus)
        Set up the initial status of the certification type.
        Parameters:
        initialStatus - instance status
      • 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