Class GovernancePolicyEditDurationDetails


  • public class GovernancePolicyEditDurationDetails
    extends java.lang.Object
    Changed policy duration.
    • Field Detail

      • governancePolicyId

        protected final java.lang.String governancePolicyId
      • name

        protected final java.lang.String name
      • policyType

        protected final PolicyType policyType
    • Constructor Detail

      • GovernancePolicyEditDurationDetails

        public GovernancePolicyEditDurationDetails​(java.lang.String governancePolicyId,
                                                   java.lang.String name,
                                                   DurationLogInfo previousValue,
                                                   DurationLogInfo newValue,
                                                   PolicyType policyType)
        Changed policy duration.
        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        previousValue - From. Must not be null.
        newValue - To. Must not be null.
        policyType - Policy type.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • GovernancePolicyEditDurationDetails

        public GovernancePolicyEditDurationDetails​(java.lang.String governancePolicyId,
                                                   java.lang.String name,
                                                   DurationLogInfo previousValue,
                                                   DurationLogInfo newValue)
        Changed policy duration.

        The default values for unset fields will be used.

        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        previousValue - From. Must not be null.
        newValue - To. Must not be null.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
    • Method Detail

      • getGovernancePolicyId

        public java.lang.String getGovernancePolicyId()
        Policy ID.
        Returns:
        value for this field, never null.
      • getName

        public java.lang.String getName()
        Policy name.
        Returns:
        value for this field, never null.
      • getPreviousValue

        public DurationLogInfo getPreviousValue()
        From.
        Returns:
        value for this field, never null.
      • getNewValue

        public DurationLogInfo getNewValue()
        To.
        Returns:
        value for this field, never null.
      • getPolicyType

        public PolicyType getPolicyType()
        Policy type.
        Returns:
        value for this field, or null if not present.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toStringMultiline

        public java.lang.String toStringMultiline()
        Returns a String representation of this object formatted for easier readability.

        The returned String may contain newlines.

        Returns:
        Formatted, multiline String representation of this object