Class PolicySchema

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PolicySchema
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    data policy.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  PolicySchema.Status
      data policy status.
    • Method Detail

      • getRuleCount

        public java.lang.Long getRuleCount()
        Gets the ruleCount. Total number of rules.
        Returns:
        the ruleCount
      • getRules

        public java.util.List<Rule> getRules()
        Gets the rules. rules.
        Returns:
        the rules
      • getStatus

        public java.lang.String getStatus()
        Gets the status. data policy status.
        Returns:
        the status
      • getCatalogName

        public java.lang.String getCatalogName()
        Gets the catalogName. catalog name.
        Returns:
        the catalogName
      • getDataArtifact

        public java.lang.String getDataArtifact()
        Gets the dataArtifact. data artifact.
        Returns:
        the dataArtifact
      • getMetadata

        public DataPolicyMetadata getMetadata()
        Gets the metadata.
        Returns:
        the metadata
      • getPolicyName

        public java.lang.String getPolicyName()
        Gets the policyName. the displayed name for the policy.
        Returns:
        the policyName