Class PolicySchema
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.PolicySchema
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PolicySchema extends com.ibm.cloud.sdk.core.service.model.GenericModeldata policy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePolicySchema.Statusdata policy status.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCatalogName()Gets the catalogName.java.lang.StringgetDataArtifact()Gets the dataArtifact.DataPolicyMetadatagetMetadata()Gets the metadata.java.lang.StringgetPolicyName()Gets the policyName.java.lang.LonggetRuleCount()Gets the ruleCount.java.util.List<Rule>getRules()Gets the rules.java.lang.StringgetStatus()Gets the 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
-
-