Class AuditRecord
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.AuditRecord
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AuditRecord extends com.ibm.cloud.sdk.core.service.model.GenericModelAn audit record which describes a change made to a catalog or associated resource.
-
-
Constructor Summary
Constructors Constructor Description AuditRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChangeType()Gets the changeType.java.util.DategetCreated()Gets the created.java.lang.StringgetId()Gets the id.java.lang.StringgetMessage()Gets the message.java.lang.StringgetTargetId()Gets the targetId.java.lang.StringgetTargetType()Gets the targetType.java.lang.StringgetWhoDelegateEmail()Gets the whoDelegateEmail.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. The identifier of the audit record.- Returns:
- the id
-
getCreated
public java.util.Date getCreated()
Gets the created. The time at which the change was made.- Returns:
- the created
-
getChangeType
public java.lang.String getChangeType()
Gets the changeType. The type of change described by the audit record.- Returns:
- the changeType
-
getTargetType
public java.lang.String getTargetType()
Gets the targetType. The resource type associated with the change.- Returns:
- the targetType
-
getTargetId
public java.lang.String getTargetId()
Gets the targetId. The identifier of the resource that was changed.- Returns:
- the targetId
-
getWhoDelegateEmail
public java.lang.String getWhoDelegateEmail()
Gets the whoDelegateEmail. The email address of the user that made the change.- Returns:
- the whoDelegateEmail
-
getMessage
public java.lang.String getMessage()
Gets the message. A message which describes the change.- Returns:
- the message
-
-