Class Message

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

    public class Message
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    log object describing who did what.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getData()
      Gets the data.
      Visibility getEffective()
      Gets the effective.
      java.lang.String getGid()
      Gets the gid.
      java.lang.String getId()
      Gets the id.
      java.lang.String getInstance()
      Gets the instance.
      java.lang.String getMessage()
      Gets the message.
      java.util.Date getTime()
      Gets the time.
      java.lang.String getType()
      Gets the type.
      java.lang.String getWhoEmail()
      Gets the whoEmail.
      java.lang.String getWhoId()
      Gets the whoId.
      java.lang.String getWhoName()
      Gets the whoName.
      • 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

      • getId

        public java.lang.String getId()
        Gets the id. id of catalog entry.
        Returns:
        the id
      • getEffective

        public Visibility getEffective()
        Gets the effective. Information related to the visibility of a catalog entry.
        Returns:
        the effective
      • getTime

        public java.util.Date getTime()
        Gets the time. time of action.
        Returns:
        the time
      • getWhoId

        public java.lang.String getWhoId()
        Gets the whoId. user ID of person who did action.
        Returns:
        the whoId
      • getWhoName

        public java.lang.String getWhoName()
        Gets the whoName. name of person who did action.
        Returns:
        the whoName
      • getWhoEmail

        public java.lang.String getWhoEmail()
        Gets the whoEmail. user email of person who did action.
        Returns:
        the whoEmail
      • getInstance

        public java.lang.String getInstance()
        Gets the instance. Global catalog instance where this occured.
        Returns:
        the instance
      • getGid

        public java.lang.String getGid()
        Gets the gid. transaction id associatd with action.
        Returns:
        the gid
      • getType

        public java.lang.String getType()
        Gets the type. type of action taken.
        Returns:
        the type
      • getMessage

        public java.lang.String getMessage()
        Gets the message. message describing action.
        Returns:
        the message
      • getData

        public java.util.Map<java.lang.String,​java.lang.Object> getData()
        Gets the data. An object containing details on changes made to object data.
        Returns:
        the data