Class CreateDataPolicyCreatedBody
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.CreateDataPolicyCreatedBody
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateDataPolicyCreatedBody extends com.ibm.cloud.sdk.core.service.model.GenericModel
Create data policy success.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDataPolicySchema
getDataPolicy()
Gets the dataPolicy.DataPolicyMetadata
getMetadata()
Gets the metadata.SuccessResponse
getResponse()
Gets the response.
-
-
-
Method Detail
-
getDataPolicy
public CreateDataPolicySchema getDataPolicy()
Gets the dataPolicy. create data policy.- Returns:
- the dataPolicy
-
getMetadata
public DataPolicyMetadata getMetadata()
Gets the metadata.- Returns:
- the metadata
-
getResponse
public SuccessResponse getResponse()
Gets the response. Response of success.- Returns:
- the response
-
-