Class AuditRecord

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class AuditRecord
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    An 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.String getChangeType()
      Gets the changeType.
      java.util.Date getCreated()
      Gets the created.
      java.lang.String getId()
      Gets the id.
      java.lang.String getMessage()
      Gets the message.
      java.lang.String getTargetId()
      Gets the targetId.
      java.lang.String getTargetType()
      Gets the targetType.
      java.lang.String getWhoDelegateEmail()
      Gets the whoDelegateEmail.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AuditRecord

        public AuditRecord()
    • 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