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.GenericModel
data policy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PolicySchema.Status
data policy status.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCatalogName()
Gets the catalogName.java.lang.String
getDataArtifact()
Gets the dataArtifact.DataPolicyMetadata
getMetadata()
Gets the metadata.java.lang.String
getPolicyName()
Gets the policyName.java.lang.Long
getRuleCount()
Gets the ruleCount.java.util.List<Rule>
getRules()
Gets the rules.java.lang.String
getStatus()
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
-
-