Class DataPolicies
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.DataPolicies
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DataPolicies extends com.ibm.cloud.sdk.core.service.model.GenericModel
DataPolicies.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAssociateCatalog()
Gets the associateCatalog.java.lang.String
getPolicyName()
Gets the policyName.java.lang.String
getPolicyVersion()
Gets the policyVersion.
-
-
-
Method Detail
-
getAssociateCatalog
public java.lang.String getAssociateCatalog()
Gets the associateCatalog. Associate catalog.- Returns:
- the associateCatalog
-
getPolicyName
public java.lang.String getPolicyName()
Gets the policyName. For resource policy, it's resource name like engin1. And for data policy it's policy name.- Returns:
- the policyName
-
getPolicyVersion
public java.lang.String getPolicyVersion()
Gets the policyVersion. Policy version.- Returns:
- the policyVersion
-
-