Class DataPolicyMetadata
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.DataPolicyMetadata
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DataPolicyMetadata extends com.ibm.cloud.sdk.core.service.model.GenericModelDataPolicyMetadata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCreatedAt()Gets the createdAt.java.lang.StringgetCreator()Gets the creator.java.lang.StringgetDescription()Gets the description.java.lang.StringgetModifier()Gets the modifier.java.lang.StringgetPid()Gets the pid.java.lang.StringgetPolicyName()Gets the policyName.java.lang.StringgetUpdatedAt()Gets the updatedAt.java.lang.StringgetVersion()Gets the version.
-
-
-
Method Detail
-
getCreator
public java.lang.String getCreator()
Gets the creator. an identifier for the creator of the policy.- Returns:
- the creator
-
getDescription
public java.lang.String getDescription()
Gets the description. a more detailed description of the rule.- Returns:
- the description
-
getModifier
public java.lang.String getModifier()
Gets the modifier. an identifier for the last modifier of the policy.- Returns:
- the modifier
-
getPid
public java.lang.String getPid()
Gets the pid. an unique identifier for the policy.- Returns:
- the pid
-
getPolicyName
public java.lang.String getPolicyName()
Gets the policyName. policy name.- Returns:
- the policyName
-
getUpdatedAt
public java.lang.String getUpdatedAt()
Gets the updatedAt. time when the policy was last updated.- Returns:
- the updatedAt
-
getVersion
public java.lang.String getVersion()
Gets the version. data policy version.- Returns:
- the version
-
getCreatedAt
public java.lang.String getCreatedAt()
Gets the createdAt. time when the policy was created.- Returns:
- the createdAt
-
-