Class EnityHistoryRecord

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

    public class EnityHistoryRecord
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Response body format for an entity history record.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAction()
      Gets the action.
      java.lang.String getIamId()
      Gets the iamId.
      java.lang.String getIamIdAccount()
      Gets the iamIdAccount.
      java.lang.String getMessage()
      Gets the message.
      java.util.List<java.lang.String> getParams()
      Gets the params.
      java.lang.String getTimestamp()
      Gets the timestamp.
      • 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
    • Method Detail

      • getTimestamp

        public java.lang.String getTimestamp()
        Gets the timestamp. Timestamp when the action was triggered.
        Returns:
        the timestamp
      • getIamId

        public java.lang.String getIamId()
        Gets the iamId. IAM ID of the identity which triggered the action.
        Returns:
        the iamId
      • getIamIdAccount

        public java.lang.String getIamIdAccount()
        Gets the iamIdAccount. Account of the identity which triggered the action.
        Returns:
        the iamIdAccount
      • getAction

        public java.lang.String getAction()
        Gets the action. Action of the history entry.
        Returns:
        the action
      • getParams

        public java.util.List<java.lang.String> getParams()
        Gets the params. Params of the history entry.
        Returns:
        the params
      • getMessage

        public java.lang.String getMessage()
        Gets the message. Message which summarizes the executed action.
        Returns:
        the message