Class ReplaceDataPolicyCreatedBody
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.ReplaceDataPolicyCreatedBody
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReplaceDataPolicyCreatedBody extends com.ibm.cloud.sdk.core.service.model.GenericModel
Replace data policy success.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplaceDataPolicySchema
getDataPolicy()
Gets the dataPolicy.DataPolicyMetadata
getMetadata()
Gets the metadata.SuccessResponse
getResponse()
Gets the response.
-
-
-
Method Detail
-
getDataPolicy
public ReplaceDataPolicySchema getDataPolicy()
Gets the dataPolicy. Replace 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
-
-