Class GovernancePolicyZipPartDownloadedDetails


  • public class GovernancePolicyZipPartDownloadedDetails
    extends java.lang.Object
    Downloaded content from a policy.
    • Field Detail

      • governancePolicyId

        protected final java.lang.String governancePolicyId
      • name

        protected final java.lang.String name
      • policyType

        protected final PolicyType policyType
      • exportName

        protected final java.lang.String exportName
      • part

        protected final java.lang.String part
    • Constructor Detail

      • GovernancePolicyZipPartDownloadedDetails

        public GovernancePolicyZipPartDownloadedDetails​(java.lang.String governancePolicyId,
                                                        java.lang.String name,
                                                        java.lang.String exportName,
                                                        PolicyType policyType,
                                                        java.lang.String part)
        Downloaded content from a policy.

        Use newBuilder(java.lang.String,java.lang.String,java.lang.String) to create instances of this class without specifying values for all optional fields.

        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        exportName - Export name. Must not be null.
        policyType - Policy type.
        part - Part.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • GovernancePolicyZipPartDownloadedDetails

        public GovernancePolicyZipPartDownloadedDetails​(java.lang.String governancePolicyId,
                                                        java.lang.String name,
                                                        java.lang.String exportName)
        Downloaded content from a policy.

        The default values for unset fields will be used.

        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        exportName - Export name. 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.
      • getExportName

        public java.lang.String getExportName()
        Export name.
        Returns:
        value for this field, never null.
      • getPolicyType

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

        public java.lang.String getPart()
        Part.
        Returns:
        value for this field, or null if not present.
      • newBuilder

        public static GovernancePolicyZipPartDownloadedDetails.Builder newBuilder​(java.lang.String governancePolicyId,
                                                                                  java.lang.String name,
                                                                                  java.lang.String exportName)
        Returns a new builder for creating an instance of this class.
        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        exportName - Export name. Must not be null.
        Returns:
        builder for this class.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • 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