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.GenericModel
DataPolicyMetadata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCreatedAt()
Gets the createdAt.java.lang.String
getCreator()
Gets the creator.java.lang.String
getDescription()
Gets the description.java.lang.String
getModifier()
Gets the modifier.java.lang.String
getPid()
Gets the pid.java.lang.String
getPolicyName()
Gets the policyName.java.lang.String
getUpdatedAt()
Gets the updatedAt.java.lang.String
getVersion()
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
-
-